Created
January 28, 2015 05:52
-
-
Save nijjwal/afce3ef4e6a242b38c09 to your computer and use it in GitHub Desktop.
Java Common Errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Null Pointer Exception. | |
| - If you are trying to access an object that does not exist. | |
| For example, accesing an object whose pkid id 1 , but that has already been deleted will | |
| result in Null Pointer Exception. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment