Styrow.dev
Question 216 of 247
Java Topic: General medium

What is NullPointerException?

Question

What is NullPointerException?

Answer

A NullPointerException is thrown when calling the instance method of a null object, accessing or modifying the field of a null object etc.