QuestionQ6
Exception HandlingWhat occurs when a programmer does not implement exception handling in a program and the program encounters an unforeseen error condition?
- A The interpreter will ignore the error and move to the next line.
- B The application will print a warning to the console and continue to the end
- C The computer will ג€fuzzג€ input until it finds one that generates no error
- D The application will terminate immediately or after resources are exhausted
Community Discussion