Answer Posted / taniya
The finally is Java keyword that is used to defined a block
that is always executed in a try-catch-finally statement.It
is use after the try an catch block to handle the unexpected
exception occurred in the try block.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is a void in java?
what is an objects lock and which objects have locks? : Java thread
What is the symbol for average?
What are the advantages of java inner classes?
What do you understand by Header linked List?
What is n in java?
What is regex used for?
What are the steps involved to create a bean?
How is final different from finally and finalize?
How to create an immutable class?
What are benefits of java?
Why main method is called first in java?
When does a class need a virtual destructor?
Is 0 true or false?
what is synchronization and why is it important? : Java thread