Select from following answers:- Try block. Finally.

- Execption. Finally.
- Unreachable code. Compile time error.
- Finally.
- All Above
Here Try and Finally both block will get executed as 'retun' key work is written as the last line in try block, so it will not affect the Finally block.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator