Multiple Choice
After an exception is handled,control resumes .This is known as the model of exception handling.
A) after the last Catch block,termination
B) after the last Catch block,resumption
C) just after the Throw point,termination
D) just after the Throw point,resumption
Correct Answer:

Verified
Correct Answer:
Verified
Q39: There must be a Catch clause for
Q40: Which of the following statements is true?<br>A)The
Q41: The process that attempts to locate an
Q42: Which of the following statements about Try
Q43: If an exception handler is to catch
Q45: By convention,user-defined exception names should end with
Q46: If an exception is thrown in a
Q47: Which of the following statements is true?<br>A)The
Q48: Using inheritance with exceptions enables a catch
Q49: What is the difference between a Try