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 are the skills required for core java?
How do you make a thread in java?
Why does abstract class have constructor?
What is java jit compilers?
Why constructor has no return type?
What is polymorphism java example?
What is a package in java? List down various advantages of packages.
Does java runtime require a license?
Is java same as core java?
What are thread groups?
Can we clone singleton object in java?
Can we force garbage collector to run ?
What is collections framework?
What is the purpose of static methods and static variables?
What is difference between path and classpath variables?