Ask Question
20 February, 06:54

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

+3
Answers (1)
  1. 20 February, 10:15
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers