Answer Posted / niranjanravi
finally is a keyword we have in Exception handling.It
creates a block of code to be executed after try or catch
has completed and before the code following the try or
catch.finally block will be executed whether or not an
exception is thrown.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is gui programming?
What is instance example?
What is the use of static methods?
What is the static field modifier?
Which is better 64 bit or 32 bit?
What is the biggest integer?
Define inheritance with reference to java.
What happens when a thrown exception is not handled?
What is the meaning of course?
Why set is used in java?
Explain the protected field modifier?
What is instance synchronization?
Which collection is thread safe in java?
What is the final keyword?
What are internal variables?