Handling an exception allows a program to terminate execution
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.