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 different ways of object creation in java ?
What is difference between path and classpath variables?
Why a dead thread occurs?
Explain the difference between an Interface and an Abstract class?
What is the difference between a scrollbar and a scrollpane?
How many types of methods are there in java?
Is a class an object?
Explain public static void main(string args[]).
What is the difference between JVM and JRE?
Can a class be declared as protected?
What is integer size in java?
What is the properties class?
Difference between final and effectively final ?
What are the advantages and disadvantages of reference counting in garbage collection?
Why do we declare a class static?