1228Software EngineeringMedium
Exception handling is a type of________?
ANone of the mentioned
BAll of the mentioned
Cbackward error recovery mechanism
Dforward error recovery mechanism
Correct answer
D. forward error recovery mechanism
Explanation
Explanation: Exception handling is a forward error recovery mechanism, as there is no roll back to a previous state; instead control is passed to the handler so that recovery procedures can be initiated.