NullPointerException problem
No. 257
|
Q: |
Consider the following method inside a class mi.NpeString:
We observe the following NullPointerException (NPE) run-time error at line 26: Exception in thread "main" java.lang.NullPointerException at mi.NpeString.getLength(NpeString.java:26) at ... What caused this NPE error?
|
||
|
A: |
|
