Multiple choice technology programming languages

Handling an exception allows a program to terminate execution

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Handling an exception is designed to prevent abrupt program termination, allowing the application to recover and continue running or shut down gracefully. Because unhandled exceptions are what cause a program to terminate immediately, the statement that handling an exception allows termination is false.