Multiple Choice
Which of the following statements is NOT true about creating your own exceptions?
A) Typically, constructors are the only methods that you include when you define your own exception class.
B) The exception class that you define extends either the class Throwable or one of its subclasses.
C) If you have created an exception class, you can define other exception classes by extending the definition of the exception class you created.
D) You must throw your own exceptions using the throw statement.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Statements that might generate an exception are
Q15: What happens in a method if there
Q16: Which of the following statements is true?<br>A)
Q17: The class RuntimeException is part of the
Q18: Which exception-handling technique is the code in
Q20: If you have a reference to an
Q21: Which of the following will cause the
Q22: The JList GUI component generates events that
Q23: The class Throwable is derived from the
Q24: The order in which catch blocks are