null pointer exception

A null pointer exception refers to a runtime error that occurs when a program attempts to access or use a null object reference, meaning that the object being referred to does not exist or has not been initialized.

Requires login.