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 is the function of static in java?
Is main is a keyword?
Which class should you use to obtain design information about an object in java programming?
What are disadvantages of java?
How is hashset defined in java?
How do you convert bytes to character in java?
What is return data type?
What are different types of arrays?
What are the topics in advance java?
What is the difference between char and char *?
What do you understand by the term polymorphism?
Which is the best sorting technique in java?
Explain exception chaining in java?
what is mena by object block any what is the use of that
Write code of any action class?