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
Can a list be null in java?
Why does it take so much time to access an applet having swing components the first time?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is the benefit of inner classes in java?
What is regex used for?
What is a finally block?
What are the basic concepts of OOPS in java?
How do you square a number?
What is the final method?
Can you make a constructor final in Java?
What is the method to declare member of a class static?
Differentiate between == and equals().
Where is stringbuffer stored?
Is string a class?
What is the full meaning of java?