You will not be unbeknownst to this famous term in programming called the NullPointerException , if you are anyway related to this coding environment. Yes it is very annoying when it occurs but don’t you feel it is the most fun exception to resolve. Let’s see how Developers deal with it: *) Introduction to NullPointerException: For those who don’t know what it is: NullPointerException is thrown when an application attempts to use an object reference that has the null value. In Layman’s Term… If you try to call a person who has headphones on his/her head, most probably he/she will not able to listen you and that is my friend is NullPointerException for you. For those who know about it: They are still facing the exception day in and day out. They don’t need any definition or answer. *) Good/Bad things about NPException: Having some good points in an E...