Multiple Choice
Which of the following statements is true?
A) The Throw statement is used to throw an exception.
B) The Throw statement is used to specify that a method will throw an exception.
C) The Throw statement is used to access an exception parameter.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q35: Try blocks are used for:<br>A)testing for infinite
Q36: Variables local to Try blocks are usable
Q37: It is possible to nest a Try/Catch
Q38: Resource de-allocation should be done explicitly in
Q39: There must be a Catch clause for
Q41: The process that attempts to locate an
Q42: Which of the following statements about Try
Q43: If an exception handler is to catch
Q44: After an exception is handled,control resumes .This
Q45: By convention,user-defined exception names should end with