Multiple Choice
The ability to catch multiple types of exceptions with a single catch is known as ________, and was introduced in Java 7.
A) multi-catch
B) super catch
C) exception trapping
D) compound catch
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: If the program does not handle an
Q37: Look at the following code: FileInputStream fstream
Q38: Assume that the classes BlankISBN, NegativePrice, and
Q39: If the code in a method can
Q40: When you write a method that throws
Q42: Beginning in Java 7, multi-catch can reduce
Q43: The numeric classes' "parse" methods all throw
Q44: If, within one try statement you want
Q45: If your code does not handle and
Q46: This is a section of code that