When you see a NullPointerException what should you look for in your code?
A field that has been declared but not initialized.
- A variable that has been initialized but not declared.
- A field with the wrong type.
- A variable outside of a class definition.
There are no hints for this question