Question:What is the benefit of using a finally{} block with a try-catch statement in C#?
A The finally block is always executed before the thread is aborted.
B The finally block is never executed before the thread is aborted.
C The finally block is never executed after the thread is aborted.
D The finally block is always executed before the thread is started.
+ AnswerA
+ Report