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

How Garbage Collector identifies the objects which are not
in use?

Answer Posted / kiran vaidya

When any new object is created, it has two references
assigned, one is present on the application's stack area
and other is on the GC's stack. With creation of any new
object, it will be automatically assigned the generation as
0.
Now, there are two cases where object's reference is
removed from application stack.

1.When programmer assignes any object as 'null', the
reference on the application's stack to the specific object
is automatically removed.

2.When the function scope is ended, the references to those
objects in the function are automatically removed from
stack.
Now, GC compares the entries of references at its own
stack Vs the entries of references available at the
application stack.
By comparing them, it finds the object's references in
its stack to which, no match was found in the application
stack and releases memory allocated to them.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain entity lifecycle? : Entity framework

1106


What is clr? How does work clr & wht is work of clr?

1093


What is entity framework in asp net?

1168


What are Scaffold templates in ASP.Net MVC?

1116


What is model first? : Entity framework

1111


What is objectset? : Entity framework

1066


What is a model in android?

1019


What is poco proxy? : Entity framework

1134


Can you explain model, controller and view in mvc?

1042


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

1059


Why should we go for entity framework?

1058


What is the difference between model view and controller?

995


What are the new features 3.5 framework against with the tool?

1136


How to use multiple submit buttons in asp.net mvc?

1260


What is viewbag title?

987