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 block
I 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