Multiple Choice
When an exception occurs it is said to have been ________.
A) caught.
B) thrown.
C) declared.
D) handled.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: This is known as the model of
Q1: Exceptions can be thrown by _.<br>A) the
Q2: An uncaught exception _.<br>A)is a possible exception
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
Q9: To catch an exception,the code that might
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)