I have faced many time the NullPointerException
in android. Some times I understand why the exception is thrown.
My Question is: Android applications are developed in Java and Java does not support pointers, then why is the exception called NullPointerException
?