InterviewSolution
Saved Bookmarks
| 1. |
Which of these handles the exception when no catch is used?(a) Default handler(b) finally(c) throw handler(d) Java run time systemThe question was asked during an interview for a job.Query is from Exceptions Types topic in section Exception Handling of Java |
|
Answer» RIGHT CHOICE is (a) DEFAULT handler Explanation: NONE. |
|