Multiple Choice
If your code does not handle and exception when it is thrown, this prints an error message and crashes the program.
A) Java error handler
B) multi-catch
C) default exception handler
D) try statement
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: A catch clause that uses a parameter
Q40: When you write a method that throws
Q41: The ability to catch multiple types of
Q41: In a try/catch construct, after the catch
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
Q46: This is a section of code that
Q47: The throw statement informs the compiler that
Q50: Classes that inherit from the Error class