Possible Duplicate:
Java: Why aren't NullPointerExceptions called NullReferenceExceptions ?
Was encouraged by response for my previous question, hence this question. Hope it's cool.
We know that we do not have pointer concept in Java except that reference is passed in some cases. In-spite we have 'pointer' in NullPointerException (which btw is my fovorite !!)
Yes this has more to do with history than for our grey cells, but I found it worth asking in this active forum.
Does anyone know it's history ?Was the word 'pointer' used in a generic way or it has special meaning ttached to it.
Thanks in advance for your patience to read the question.
PS : This is in line with NullRefException in .Net