Home / Report Question

Q. 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. ---
  • D. Handle the exception in the try block or handle the exception in the catch block.