Posts

Showing posts from 2013

Compile and Run Java Code Online

There are many sites which have an online compiler that lets you run Java codes in an online environment. Check these out: Compile Online (This one is my personal favorite.) Learn Java

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.