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
List down the methods and interfaces of collection class in java.
What is primitive array?
What are advantages and disadvantages of OOPs?
How do you compare values in java?
what is bmg file and how to create that files?what will it contailn?
What is the java project architecture?
What is an empty list in java?
How do you use compareto method?
Can we override the static method?
Explain differences between collection api and stream api?
What is the difference between a method and a function in alice?
How to perform bubble sort in java?
Why arraylist is used in java?
How we create object in copy constructor?
Are true and false keywords?