Q22
In C#, what is the role of the 'finally' block in a try-catch-finally statement?
A.
Executes code regardless of exceptions
AnswerB.
Catches any exceptions
C.
Handles exceptions
D.
Terminates the program
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board