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
Is oracle charging for java?
State two differences between C and Java.
What is the difference between length and size in java?
What is final method in java?
How can we make a class singleton?
How do you define a set in java?
How many return statement are allowed in a function?
What is the basic of java?
What is boolean law?
What is the difference between applet and application?
Difference between arraylist and vector.
What is tostring () method?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is an immutable object?
How is abstraction implemented in java ?