Multiple Choice
ArrayIndexOutOfBoundsException is a descendent of the class RuntimeException.This means:
A) the exception must be caught
B) a finally block must be included
C) the exception does not have to be explicitly caught
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q14: A program can catch multiple exceptions.
Q17: The catch block has _ parameters.<br>A)zero<br>B)one<br>C)two<br>D)three<br>
Q20: Which circumstance is an exception to the
Q21: You can not place a try block
Q23: If a method throws an exception,and the
Q25: Try blocks contain code that could possibly:<br>A)handle
Q26: List five common examples of exceptions that
Q26: The execution of a throw statement is
Q28: Define an exception class called DiskDriveNotReady.The class
Q35: The basic way of handling exceptions in