Ask Question
5 November, 07:35

Which of the following statements is true? Using existing exceptions makes the program less robust. Always create your own exception classes. Like any other class, an exception class can contain fields and methods. The new exception class should extend RuntimeException if the program should be required to handle the exception.

+1
Answers (1)
  1. 5 November, 11:15
    0
    The third option is correct.

    Explanation:

    The following option is true because it's a derived with that Throwable class. More than that exception type, it is also other category called Error originating through that Throwable class. As any other class, the exception class will also include fields as well as functions. So, the following are the reason that describes the following answer is true according to the exception class.

    The other options are not appropriate according to the following scenario.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following statements is true? Using existing exceptions makes the program less robust. Always create your own exception ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers