Which of these class is related to all the exceptions that are explicitly thrown?
(a) Error
(b) Exception
(c) Throwable
(d) Throw
I had been asked this question in final exam.
This intriguing question comes from Throw, Throws & Nested Try topic in section Exception Handling of Java