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
How arrays are stored in memory in java?
What are the advantages and disadvantages of object cloning?
Explain naming conventions for packages?
Can a constructor have different name than a class name in java?
How can we find the sum of two linked lists using stack in java?
What is an association?
Name some classes present in java.util.regex package.
Can an interface extend a class?
What are actual parameters?
What is the primary benefit of encapsulation?
Differences between traditional programming language and object oriented programming language?
Why vector class is used?
How do you delete a list in java?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
How do you convert bytes to character in java?