GIAC
GPYC · Question #11
GPYC Question #11: Real Exam Question with Answer & Explanation
The correct answer is B. The application will print a warning to the console and continue to the end. See the full explanation below for the reasoning.
Question
What happens if a programmer fails to build exception handling into a program, and the program encounters an unexpected error condition?
Options
- AThe interpreter will ignore the error and move to the next line
- BThe application will print a warning to the console and continue to the end
- CThe computer will "fuzz" input until it finds one that generates no error
- DThe application will terminate immediately or after resources are exhausted
Community Discussion
No community discussion yet for this question.