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
Name few java util classes introduced with java 8 ?
Is java owned by oracle?
What are synchronized methods and synchronized statements in java programming?
What 4 doubled?
What is difference between static variable and global variable?
What is the difference between serializable and externalizable interface?
Differentiate between vector and array list.
What is the purpose of static methods and static variables?
Is there a sort function in java?
What is a numeric literal?
Can java list contain duplicates?
What differences exist between iterator and listiterator?
What is style and indentation?
how can you catch multiple exceptions in java?
What is procedure writing?