219.
True or False:
In C#, the Exit Try statement prevents the Finally statement from executing, thus enabling me to avoid any of the code execution in the Finally statement.
View Description
False: The Finally statement will always execute, no matter what.