Answer Posted / piyush pathak
finally :
finally is a java keyword.It is a block of statement which
is executed surley after the try-catch block whether method
returns normally or throws an exception.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between an array and an array list?
Difference between static synchronization vs. Instance synchronization?
What are the types of inner classes (non-static nested class) used in java?
What is a pointer and does java support pointers?
How list contains works in java?
Explain the difference between hashmap and hashtable in java?
What is a "pure virtual" member function?
Is arraylist ordered?
What is the disadvantage of synchronization?
Name some classes present in java.util.regex package.
What is java in simple terms?
How do you do math powers in java?
Is math an abstract class in java?
Is there any tag in htm to upload and download files?
What is the implementation of destroy method in java. Is it native or java code?