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
Why heap memory is called heap?
What is the char data type?
Explain the difference between abstract classes and interfaces in java?
How do you compare two objects?
what is enumset?
What is difference overloading and overriding?
Why is singleton not thread safe?
What is the Scope of Static Variable?
What is java in detail?
Can a lock be acquired on a class in java programming?
What is integer valueof?
What are abstract classes and anonymous classes?
What is thread start?
What is arraylist e?
State the merge-sort principle and its time complexity.