January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.NegativeArraySizeException
This exception is identical to its J2SE counterpart. It signifies an attempt to instantiate an array with a negative number of elements.
public classNegativeArraySizeExceptionextends java.lang.RuntimeException { // constructors publicNegativeArraySizeException(); publicNegativeArraySizeException(String s); }
Read now
Unlock full access