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 the format specifier?
How to sort numbers in java without array?
What is array class in java?
What is the difference between call by reference and call by pointer?
How do you define a set in java?
What is the difference between actual and formal parameters?
Explain the importance of throws keyword in java?
What is array command?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is difference between an object and a class?
How many unicode characters are there?
What are loops in java? What are three types of loops?
Which access specifier can be used with class ?
write a program that list all permutations of ABCDEF in which A appears before B?
How to avoid memory leak in java?