Ask Question

True of False - use T or F The Throwable class implements the Serializable interface

+2
Answers (1)
  1. 23 February, 02:54
    0
    T

    Explanation:

    The java. lang. Throwable class implements the Serializable interface.

    If a class implements an interface then all its subclasses also implicitly implement the interface.

    Note that all Exception classes in Java inherit from java. lang. Throwable. Since Throwable is Serializable, by implication, all java Exception classes are also Serializable by default. That is, all exception classes can be serialized to a file or sent over the network is required.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “True of False - use T or F The Throwable class implements the Serializable interface ...” 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