Multiple Choice
The throws clause of a method:
A) specifies the exceptions a method catches.
B) specifies the exceptions thrown by the calling method.
C) specifies the exceptions a method throws.
D) specifies the exceptions a method throws and catches.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Exceptions can be thrown by _.<br>A) the
Q2: An uncaught exception _.<br>A) is a possible
Q3: If the catch-or-declare requirement for a checked
Q4: Which of the following statements is false?<br>A)
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