Ask Question

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

+5
Answers (1)
  1. 13 July, 07:28
    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?
Find an answer to your question 👍 “True of False - use T or FThe Exception class can be extended. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers