Multiple Choice
When an exception is thrown by code in its try block, the JVM begins searching the try statement for a catch clause that can handle it and passes control of the program to __________.
A) the last catch clause that can handle the exception
B) each catch clause that can handle the exception
C) the first catch clause that can handle the exception
D) the statement that appears immediately after the catch block
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The IllegalArgumentException class extends the RuntimeException class
Q3: A(n) _ is a section of code
Q4: To serialize an object and write it
Q5: All of the exceptions you will handle
Q6: The catch clause _.<br>A) starts with the
Q7: What happens if a program does not
Q8: An exception's default error message can be
Q9: A(n) _ contains one or more statements
Q10: If a method does not handle a
Q11: Assume that the classes BlankISBN, NegativePrice, and