Which of the following classes can catch all exceptions which cannot be caught?
(a) RuntimeException
(b) Error
(c) Exception
(d) ParentException
I got this question in a national level competition.
My question is from Exception Handling in portion Exception Handling of Java