InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is related to all the exceptions that can be caught by using catch?(a) Error(b) Exception(c) RuntimeExecption(d) All of the mentionedI had been asked this question in an interview.Query is from Exceptions Types in section Exception Handling of Java |
|
Answer» Right ANSWER is (b) EXCEPTION |
|