Multiple Choice
If the catch-or-declare requirement for a checked exception is not satisfied ________.
A) the compiler will issue an error message indicating that the exception must be caught.
B) the compiler will issue an error message indicating that the exception must be caught or declared.
C) a stack trace will be displayed indicating the exception that has occurred and where it occurred.
D) a stack trace will be displayed, along with a message indicating that the exception must be caught.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Exceptions can be thrown by _.<br>A) the
Q2: An uncaught exception _.<br>A) is a possible
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