what is the purpose of the final in the try-catch-final
Answer Posted / srinivasa
Finally is a block where we can write the code to free up
the resources like File closing,socket obj closing .
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can two objects have same hashcode?
How to check if a list is sorted in java?
What is unmodifiable collection in java?
What are the types of relation?
Mention a package that is used for linked list class in java.
What is communist flag?
What is the difference between instanceof and isinstance?
Does java linked list allow duplicates?
Does A Class Inherit The Constructors Of Its Superclass?
What is string immutability?
What is a nested structure?
What is bufferedwriter?
What is classname class in java?
What are parameters in a method?
Describe how to implement singleton design pattern in struts.