Multiple Choice
An uncaught exception ________.
A) is a possible exception that never actually occurs during the execution of the program.
B) is an exception that occurs for which the matching catch clause is empty.
C) is an exception that occurs for which there are no matching catch clauses.
D) is another term for a thrown exception.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Exceptions can be thrown by _.<br>A) the
Q3: If the catch-or-declare requirement for a checked
Q4: Which of the following statements is false?<br>A)
Q5: The throws clause of a method:<br>A) specifies
Q6: Which of the following statements is false?<br>A)
Q7: Which of the following statements is true?<br>A)
Q8: Which of the following statements about try
Q9: Which of the following statements is false?<br>A)
Q10: Chained exceptions are useful for finding out
Q11: Which of the following exceptions is a