English, asked by sais9339, 8 months ago

Who is the sole exception in the class

Answers

Answered by heeraskaushik
1

Explanation:

Java exceptions must all be descendants of the class Throwable. Since Throwable is a class and not an interface you cannot define an exception to be the implementation of an interface. ... When you say "implementing exceptions" I assume you mean creating user-defined exceptions.

Similar questions