Saturday, September 25, 2010

• java.lang.NullPointerException

  • when you call java method on a reference variable that points to null value, then application throws null pointer exception. Here the word pointer is no way related with c and c++ pointers just give dictionary meaning to it that says application is a calling method on a reference variable that points to null value.

No comments:

Post a Comment