When finalize method is called?

Answers were Sorted based on User's Feedback



When finalize method is called?..

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

When finalize method is called?..

Answer / ravikiran(aptech mumbai)

finalize method is used to conserve the resources before
garbage collection

Is This Answer Correct ?    1 Yes 0 No

When finalize method is called?..

Answer / sourabh

finalizr method call just before the garbage collector

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a numeric literal?

0 Answers  


Write a program in java to find the maximum and minimum value node from a circular linked list.

0 Answers  


can we write two same methods in outer class and innerclass.

1 Answers   3i Infotech,


What are the main uses of this keyword?

0 Answers  


What are the Static and Dynamic Variables? Differentiate them.

0 Answers   CGI,


What is array class in java?

0 Answers  


Explain the difference between jdk, jre, and jvm?

0 Answers  


Write a java program to generate fibonacci series ?

0 Answers   Cyient,


what is comparable and comparator interface?

0 Answers  


Is arraylist ordered in java?

0 Answers  


Is string a class in java?

0 Answers  


Why singleton is not thread safe?

0 Answers  


Categories