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 system |
|
Answer» Right choice is (a) Default handler Explanation: None. |
|