Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When garbage collector invokes object?s finalize() method?

Answers were Sorted based on User's Feedback



When garbage collector invokes object?s finalize() method?..

Answer / sameer

First the object has become unreachable
second the finalize() method call
third the object collect by garbage

Is This Answer Correct ?    3 Yes 0 No

When garbage collector invokes object?s finalize() method?..

Answer / niranjanravi

when it detects vthat the object has become unreachable

Is This Answer Correct ?    0 Yes 0 No

When garbage collector invokes object?s finalize() method?..

Answer / ravikiran(aptech mumbai)

before the unused objects ges garbage collected

Is This Answer Correct ?    0 Yes 0 No

When garbage collector invokes object?s finalize() method?..

Answer / saravanan

unreachable object opportunity to perform the cleaning
process before garbage collect.

Is This Answer Correct ?    0 Yes 0 No

When garbage collector invokes object?s finalize() method?..

Answer / rana.ankur

garbage collector ie demon thread invokes finalize method
to give the last chance to object to save it resorces and
data

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is class forname used for?

0 Answers  


What is boolean in java?

0 Answers  


Why there are some null interface in java? What does it mean?

0 Answers  


Why lambda expression is used in java?

0 Answers  


What is command line argument in java?

0 Answers  


Life Cycle of Thread

4 Answers   IBM,


What is the difference between overloading and overriding a function?

13 Answers   eG Innovations, Infosys, TCS,


What are the advantages of passing this into a method instead of the current class object itself?

0 Answers  


What is a marker interface?

1 Answers  


Urgent requirement of JAVA/.NET/QA in a CMMI level3 MNC for Pune location.

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion

2 Answers   SAP Labs,


Categories