handshakeit
05-11-2006, 09:40 AM
Hello all
I Know that in try-catch-finally block the code inside the finally block is always executed whether there is exception or not.
my question is what will happen if we terminate the application in last statement of try block n suppose there is no exception in try block and also there is some code in finally block.......
What will happen???
I Know that in try-catch-finally block the code inside the finally block is always executed whether there is exception or not.
my question is what will happen if we terminate the application in last statement of try block n suppose there is no exception in try block and also there is some code in finally block.......
What will happen???