Solved

If a Program Does Not Handle an Unchecked Exception, What

Question 22

Multiple Choice

If a program does not handle an unchecked exception, what is the result?


A) The program must handle the exception.
B) The program is halted and the default exception handler handles the exception.
C) The exception is ignored.
D) A compiler error will occur.

Correct Answer:

verifed

Verified

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

Related Questions