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

Which type of variables are under the control of garbage
collector?

Answer Posted / sujai cn

The objects which are in the heap , are under the control
of garbage collector.garbage collector is low weight
process which will run in background & clean the heap
(remove the objects from the heap which dont have the
reference , i.e, not reachable object) there are many
algorithms designed to monitor when & how long the garbage
collector has to run.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the classes contained in a single .NET DLL ?

977


how to sort an array in c#

1066


What are the steps to create an assembly and add it to the gac?

936


Why ienumerable is used in c#?

921


Distinguish between the Debug class and Trace class with its functionality?

1048


Explain anonymous type in c#?

1008


What is view state c#?

939


Is datetime immutable c#?

979


What does ienumerable mean?

976


What is the property of class?

1138


What is boxing and unboxing in c#?

897


Can an int be negative c#?

1091


How do you convert byte array to hexadecimal string, and vice versa?

1168


When can a derived class override a base class member?

958


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

1021