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

Question ID : 209
Created on 2013-09-23 at 4:49 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=209



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.



Back to Original Question