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 are green threads in java?
What are the major advantages of internal iteration over external iteration?
Is main a function?
What is string builder?
What is locale in java?
What is not object oriented programming?
What is difference between add() and addelement() in vector?
Which is better 64 bit or 32 bit?
what is mena by object block any what is the use of that
What is final method?
How do you write methodology?
What is file in java?
What is java life cycle?
Can java cast null?
What are parameters in a method?