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...


If we want to construct our own Garbage collector what are
the steps things we have to do?

Answers were Sorted based on User's Feedback



If we want to construct our own Garbage collector what are the steps things we have to do?..

Answer / amit kumar sharma

//Use this
System.GC.Collect();
System.GC.WaitForPendingFinalizers();

Is This Answer Correct ?    8 Yes 0 No

If we want to construct our own Garbage collector what are the steps things we have to do?..

Answer / suresh mediboyina

If we want to call the Garbage collector,use this command


system.gc.collect()

Is This Answer Correct ?    1 Yes 0 No

If we want to construct our own Garbage collector what are the steps things we have to do?..

Answer / venu

Hi,

If you want to implement your own GC, you need to define
you own memory cleaning by implementing destructors.

Also you have configure your GC in a separate long running
thread which should be of Daemon Thread. (Background
thread).

Venu.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Dot Net Framework Interview Questions

what do you mean by table-per-hierarchy?

0 Answers   Microsoft,


Can you declare an override method to be static if the original method is non-static

1 Answers  


How we can multiple submit buttons in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


What are the possible razor view extensions?

0 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables?

1 Answers  


explain how you can load related entities in ef (entity framework)?

0 Answers   Microsoft,


Who defines the CAS code groups

1 Answers  


How we can call a javascript function on the change of a dropdown list in mvc?

0 Answers  


What is the significance of nonactionattribute?

0 Answers  


What is MVVM design pattern?

0 Answers  


Explain JSON Binding?

0 Answers  


What is rxjava used for?

0 Answers  


Categories