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
Q4: Which of the following statements is false?<br>A)
Q5: If the catch-or-declare requirement for a checked
Q6: Which of the following statements is false?<br>A)
Q8: In the catch block below,what is e?<br>Catch
Q8: Which of the following statements about try
Q9: To catch an exception,the code that might
Q15: All exception classes inherit,either directly or indirectly,from
Q18: Which of the following statements is true?<br>A)
Q20: Which of the following errors is synchronous?<br>A)