Explain final, finalize() and finally?
Answer Posted / vijay chaudhary
Finally is used with try catch for Exception handling
purposes. Whatever written in Finally will run except if
program exits abnormally.
a Try should have atleast one catch or finally.
| Is This Answer Correct ? | 23 Yes | 17 No |
Post New Answer View All Answers
What are conditionals and its types?
What is constant in programming?
What is mean by collections in java?
What is the difference between reader/writer and inputstream/output stream?
Explain about map interface in java?
Explain about field hiding in java?
What is return null in java?
How to calculate the length of a singly linked list in java?
What exactly is java?
Explain what do you mean by functional overloading in java?
What is the point of polymorphism java?
Java Compiler is stored in JDK, JRE or JVM?
What is the purpose of using javap?
Can you have two constructors in java?
What do you mean by default constructor in java?