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 an example of a boolean?
Can private class be extended java?
Can a static class have a constructor java?
What purpose do the keywords final, finally, and finalize fulfill?
How hashset works internally in java?
Define class?
What is the most important feature of java? What is an interface?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is empty list in java?
Why is static used?
What is meant by structural programming?
Explain about anonymous inner classes ?
What are the actions that can occur when a thread enters blocked state?
What do you mean by pointer value and address?
What is java oops?