Ask Question
28 September, 09:30

True of False - use T or FThe Exception class can be extended.

+2
Answers (1)
  1. 28 September, 10:32
    0
    T

    Explanation:

    java. lang. Exception class can be extended. That is you can define subclasses for the Exception class. In fact all out of the box Exception classes in Java like java. io. IOException, java. lang. NumberFormatException, javax. jms. JMSException extend the base class java. lang. Exception or its subclasses. The subclassing is valid because Exception class is not declared as a final class.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “True of False - use T or FThe Exception class can be extended. ...” 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