adspace


How can you make the finally clause not to fail to execute?

Answer Posted / Shubhashish Kumar

Ensure that there are no exceptions thrown in try and catch blocks. If an exception occurs before the finally block, it will still be executed.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307