Multiple Choice
To create your own Exception that you can throw, you can extend the ApplicationException class, which is a subclass of ____.
A) SystemException
B) Exception
C) ObjectException
D) MainException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The object-oriented techniques used to manage errors
Q4: _ blocks contain statements that can never
Q5: The _ block is used frequently with
Q7: Match each item with a statement below:
Q9: When you write a method that catches
Q10: The Exception class overrides _ to provide
Q11: An exception of the _ class is
Q15: When you design classes containing methods that
Q24: If you are working on a professional
Q29: If a finally block is associated with