Posts

Showing posts from November, 2013

Java Tips and Best practices to avoid NullPointerException in Java Applications

Java Tips and Best practices to avoid NullPointerException in Java Applications

NullPointerException in Android

NullPointerException occurs when you try to access/ modify   an object which has not been initialized yet or  a  nullable object.