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 final modifier?
What is the original name of java?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
How does split work in java?
What is type parameter in java?
What is queue in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Explain 5 io best practices?
How do you create a method in java?
In how many ways we can create threads in java?
If a variable is declared as private, where may the variable be accessed?
What is the buffer limit?
Is 0 a prime number?
Can we declare a static variable inside a method?
what is the difference between future and callable interface in java?