Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

If java does not support pointer then why its throwing null pointer exception?

user-image
Question added by Gopal patil
Date Posted: 2016/08/23
Ali Mohammad
by Ali Mohammad , Solution architect , None

JAVA doesn't support pointer to control or allocate a space, but it supports reference which refer to an instance or point to an object in the memory.

More Questions Like This