Multiple Choice
User-defined exceptions should be derived from the:
A) Exception class.
B) ConsoleException class.
C) ApplicationException class.
D) SystemException class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: Which of the following statements regarding the
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
Q51: Certain types of resources must be explicitly
Q52: The Finally block is executed only if
Q53: The Catch handler that catches an exception
Q55: Each Exception should have three constructors: A