True/False
C# does not guarantee that a finally block (if one is present)will be executed if a try block is exited via a return,break or continue statement.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: An uncaught exception _.<br>A)is a possible exception
Q8: Which of the following statements about try
Q26: Which of the following statements is true?<br>A)
Q31: Which of the following statements is false<br>A)
Q32: After a finally block has finished executing:<br>A)control
Q34: Resource de-allocation should be done explicitly in
Q35: By convention,the name of each user-defined exception
Q37: The Message property of an exception is
Q39: The StackTrace property keeps track of all
Q41: Which of the following statements is false<br>A)