Question: Can you have multiple 'finally' blocks in a try-catch-finally statement?Answer: No, there can be at most one 'finally' block associated with a 'try-catch' statement. |
Is it helpful?
Yes
No
Most helpful rated by users: