what is the purpose of the final in the try-catch-final
Answer Posted / maha
That's not final,that one is finally, which is followed
after the try-catch block,It helps "garbage collection".
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is pojo class in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is main function purpose?
What is strings in java?
What is the benefit of singleton pattern?
What is structure of java heap? What is perm gen space in heap?
What about main() method in java ?
How to change the priority of thread or how to set priority of thread?
What is static class
How do you escape sequences in java?
What ide should I use for java?
How can we make a class singleton?
What's a method in programming?
What is nan inf?
What is meant by binding in rmi?