When finalize method is called?
Answers were Sorted based on User's Feedback
Answer / janet
finalize() method is used just before and object is
destroyed and can be called just prior to garbage
collection.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
finalize method is used to conserve the resources before
garbage collection
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sourabh
finalizr method call just before the garbage collector
Is This Answer Correct ? | 0 Yes | 0 No |
What is a numeric literal?
Write a program in java to find the maximum and minimum value node from a circular linked list.
can we write two same methods in outer class and innerclass.
What are the main uses of this keyword?
What are the Static and Dynamic Variables? Differentiate them.
What is array class in java?
Explain the difference between jdk, jre, and jvm?
Write a java program to generate fibonacci series ?
what is comparable and comparator interface?
Is arraylist ordered in java?
Is string a class in java?
Why singleton is not thread safe?