Multiple Choice
To catch an exception,the code that might throw the exception must be enclosed in a ________.
A) throws block.
B) catch block.
C) try block.
D) finally block.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q10: The throws clause of a method:<br>A)specifies the
Q11: Which of the following exceptions is a
Q18: Which of the following statements is true?<br>A)
Q20: Which of the following errors is synchronous?<br>A)