Multiple Choice
The Catch handler that catches an exception of type Exception should be
A) last
B) anywhere
C) first
D) a Catch handler that catches an exception of type Exception should not be used
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: Which of the following statements regarding the
Q48: Using inheritance with exceptions enables a catch
Q49: What is the difference between a Try
Q50: User-defined exceptions should be derived from the:<br>A)Exception
Q51: Certain types of resources must be explicitly
Q52: The Finally block is executed only if
Q55: Each Exception should have three constructors: A
Q56: In order to tell the user what
Q57: A NullReferenceException is thrown when there is
Q58: Catch blocks that do not specify an