what happens if a program does not handle an unchecked exception? group of answer choices the exception is ignored. the program is halted and the default exception handler handles the exception. a compiler error will occur. this isn't possible; the program must handle the exception.