Skip to content

Instantly share code, notes, and snippets.

@nijjwal
Created January 28, 2015 05:52
Show Gist options
  • Save nijjwal/afce3ef4e6a242b38c09 to your computer and use it in GitHub Desktop.
Save nijjwal/afce3ef4e6a242b38c09 to your computer and use it in GitHub Desktop.
Java Common Errors
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