InterviewSolution
Saved Bookmarks
| 1. |
Which part of code gets executed whether exception is caught or not?(a) finally(b) try(c) catch(d) throwThis question was addressed to me in a national level competition.I want to ask this question from Exception Handling topic in chapter Exception Handling of Java |
|
Answer» The correct option is (a) FINALLY |
|