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
Can we pass a primitive type by reference in java? How
What is hashing principle in java?
What are different data types?
What does void * mean?
Write a program to check for a prime number in java?
Difference between vector and arraylist.
What is derived datatype?
What is pangram in java?
How to create com object in Java?
What is the difference between jdk and jre?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is treeset and treemap in java?
What is the this keyword?
What is the program development process?
What is variable in java?