Answer Posted / valarmathi
finally is a specialized keyword used in exception handling.
finally is nothing which is given at the end of the
program. it is executed at the last. eventhough an
exception occurs after displaying all the exceptions this
finally block will be displayed. i.e, it is used to
terminate the program.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Difference between linkedlist and arraylist.
What is t in generics in java?
What is bitwise complement?
What is a nested structure?
How do you declare a destructor in java?
Why do we need hashmap in java?
What is meant by call by reference?
What are the two types of java programming?
What is rule of accessibility in java?
what is bmg file and how to create that files?what will it contailn?
Highest level event class of the event-delegation model?
What are loops in java?
What are the states of thread in java?
Explain the difference between association, aggregation and inheritance relationships.
When should a function throw an exception?