What happens if a programmer fails to build exception handling into a program, and the program encounters an unexpected error condition?
The interpreter will ignore the error and move to the next line
The application will print a warning to the console and continue to the end
The computer will "fuzz" input until it finds one that generates no error
The application will terminate immediately or after resources are exhausted
Submit