Q66
Select the statements which describe the correct usage of exception handling over conventional error handling approaches?
A.
As errors can be ignored but exceptions cannot be ignored
B.
Exception handling allows separation of program's logic from error handling logic making software more reliable and maintainable
C.
try – catch – finally structure allows guaranteed cleanup in event of errors under all circumstances
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board