Possible Duplicates:
What is a Null Pointer Exception?
Java: Why aren't NullPointerExceptions called NullReferenceExceptions ?
Our of idle curiosity, does anyone know why the null reference exception in Java was called NullPointerException?
It seems counterintuitive that in a new language that officially has no pointers a choice would be made to use this name when using a null reference.
If anyone can point me to an authoritative explanation, that would be appreciated.