Solved

What Happens If a Program Does Not Handle an Unchecked

Question 7

Multiple Choice

What happens if a program does not handle an unchecked exception?


A) This isn't possible; 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