InterviewSolution
Saved Bookmarks
| 1. |
Multiple catch blocks __________________(a) Are mandatory for each try block(b) Can be combined into a single catch block(c) Are not possible for a try block(d) Can never be associated with a single try blockI have been asked this question in unit test.My question is based upon Exception Handling in portion Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» Correct CHOICE is (b) Can be combined into a SINGLE catch block |
|