Multiple Catch Blocks #1061
Multiple catch blocks __________________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Exception Handling & Static Class Members - OOPs MCQ: Exception Handling - Quiz No.2.
Multiple catch blocks __________________
Are mandatory for each try block
Can be combined into a single catch block
Are not possible for a try block
Can never be associated with a single try block