Computer Science, asked by HARSHKUMARSINGH6101, 1 year ago

Which subclass of throwable is checked at compile time?

Answers

Answered by Anonymous
0

heya

An exception is represented by an instance of the class Throwable (a direct subclass of Object ) or one of its subclasses. Throwable and all its subclasses are, collectively, the exception classes. Note that a subclass of Throwable must not be generic (§8.1.2).

thanku

Similar questions