True/False
Variables local to a try block are usable in the corresponding catch
and finally blocks.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Which of the following statements about try
Q12: Which of the following is not included
Q25: Stack unwinding is the process that attempts
Q26: In order to tell the user what
Q27: After the last catch block,the required finally
Q29: A FormatException is used to handle:<br>A) extra
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