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
What is the properties class?
What is mean by encoding?
what is thread? What are the high-level thread states? : Java thread
What is java english?
What are the differences between heap and stack memory?
What does void * mean?
How to instantiate member inner class?
Why we use multi threading instead of multiprocessing?
How can an exception be thrown manually by a programmer?
What is OOP Language?
What is the difference between a method and a function in alice?
What is composition in java?
What does 3 dots mean in java?
Is java a super set of javascript?
Differentiate between == and equals().