Skip to Content

Why do I get the error message "java.lang.NullPointerException" ?

Estimated Reading Time: < 1 Minute

This error is returned when the JVM tries to use an object that is not available. In COBOL programs it usually refers to a data item. A typical case in which this error appears is when a called program tries to use a linkage item that was not passed by the caller.

Why do I get the error message "java.lang.NullPointerException" ?

Powered by PHPKB (Knowledge Base Software)