InterviewSolution
Saved Bookmarks
| 1. |
What will happen when a try block does not generate an Exception and you have included multiple catch blocks ?(a) they all execute (b) only the first matching one executes(c) no catch block executes (d) only the first catch block executes |
| Answer» | |