Answer Posted / vinoth kumar
In the event of exception handling no matter try block or
catch block is executed after that finally block will
executed.
Normally the finally block used for System.exit(),finalize
method,continue,break statement to direct program execution
after Exception handling.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is used of static keyword in java?
What is the history of java?
What is illegal identifier in java?
What is a byte string?
What is executor memory?
Objects or references which of them gets garbage collected?
What is the difference between conversation & casting?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is use of set in java?
Does sprintf allocate memory?
How to sort an array from smallest to largest java?
Explain the difference between intermediate and terminal operations in java8?
What is string subsequence method?
Is java an open source?