March 2005
Beginner to intermediate
1254 pages
104h 21m
English
NegativeArraySizeException
Signals an attempt to allocate an array with fewer than zero elements.
Figure 10-40. java.lang.NegativeArraySizeException
public class NegativeArraySizeException extends RuntimeException { // Public Constructors public NegativeArraySizeException( ); public NegativeArraySizeException(String s); }
java.lang.reflect.Array.newInstance( )
Read now
Unlock full access