Answer:
Answer : No
If finally block is being run as a effect of exception thrown from try block it doesn't make sense of returning any thing or leaving the finally block.
If any exception occurs in finally block it will replace original exception in try block.
Asked In: Many Interviews |
Alert Moderator