Which Of These Exceptions Will Be Thrown If We Declare An Array #503
Which of these exceptions will be thrown if we declare an array with negative size?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Exploring Java Lang Java IO - Java Built in Exceptions - Quiz No.1.
Which of these exceptions will be thrown if we declare an array with negative size?
IllegalArrayException
IllegalArraySizeExeption
NegativeArrayException
NegativeArraySizeExeption