Solved

If Your Code Does Not Handle an Exception When It

Question 12

Multiple Choice

If your code does not handle an exception when it is thrown, __________ prints an error message and crashes the program.


A) the Java error handler.
B) multi-catch
C) default exception handler
D) try statement

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions