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
Explain the private field modifier?
Does chrome use java?
Explain about data types?
Why is java so popular?
Is ++ operator is thread safe in java?
What is the arraylist in java?
Can static method access instance variables ?
How hashset works internally in java?
How does a for loop work?
What is difference between module and function?
Who is the owner of java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
How do you convert boolean to boolean?
What is meant by overloading?
What is the most important feature of java? What is an interface?