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

Can we override constructors in java?

0 Answers  


Highest level event class of the event-delegation model?

0 Answers  


What is the difference between error and exception and explain in simple words not whatever is given in the book.

7 Answers  


What is an accessor?

1 Answers   BirlaSoft,


Why is flag used in java?

0 Answers  






Is a boolean 1 bit?

0 Answers  


Define how can we find the actual size of an object on the heap?

0 Answers  


What is identifier give example?

0 Answers  


what is the difference between the methods sleep() and wait()? : Java thread

0 Answers  


What is the range of the short datatype?

2 Answers  


What is string literal in java?

0 Answers  


What is clipping?

2 Answers  


Categories