null reference: A reference that does not point to any object; calling a method on null causes NullPointerException.
How to apply it: Predict NullPointerException when code calls a method on a reference that was never assigned an object.
Course: AP Computer Science A · Unit: Using Objects
Practice questions about null reference on AimFive — get rubric-based feedback showing exactly which points you earned.
AP and Advanced Placement are trademarks of College Board. AimFive is not affiliated with or endorsed by College Board.