1.

Which of the following are true about the Error and Exception classes?

A. Both classes extend throwable
B. The error class is final and exception class is not.
C. The Exception class is final and the Error is not.
D. Both classes implement Throwable
Answer» B. The error class is final and exception class is not.


Discussion

No Comment Found