Solved

If the Program Does Not Handle an Unchecked Exception

Question 36

Multiple Choice

If the program does not handle an unchecked exception:


A) the exception is ignored
B) the program is halted and the default exception handler handles the exception
C) the program must handle the exception
D) this will cause a compilation error

Correct Answer:

verifed

Verified

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

Related Questions