Answer Posted / sakthivel(gceb)(n.p)pollachi
finalize is one of the keyword in java.if you once declare
a method is final it can not be derived from another
class.you can use them in the form of finalize function name
()
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
Do I need to import java.lang package any time? Why?
Does java linked list allow duplicates?
What is update method called?
What are untrusted applets?
How the metacharacters are different from the ordinary characters?
What is remote method invocation (rmi)?
What is final variable?
What is the major difference between linkedlist and arraylist?
How does hashset work in java?
What is unicode used for?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is the purpose of using java.lang.class class?
What are advantages and disadvantages of OOPs?
Why enumeration is faster than iterator?
What is try-with-resources in java?