InterviewSolution
Saved Bookmarks
| 1. |
A single try block must be followed by which of these?(a) finally(b) catch(c) finally & catch(d) none of the mentionedThis question was addressed to me by my college director while I was bunking the class.The doubt is from Finally & Built in Exceptions topic in section Exception Handling of Java |
|
Answer» The correct OPTION is (c) finally & catch |
|