How Garbage Collector identifies the objects which are not
in use?
Answer Posted / bharani
GC identifies the objects which are not in use by the use
of generations. Whenever a new object is created or deleted
GC sweeps the heap by moving the variables to different
generations, and finally destructs the objects whichever
belongs to generation 0.
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is .net architecture?
Explain RenderBody and RenderPage in ASP.Net MVC?
How to update one of my table in database at 4pm every day how it is possible?
What are the 2 ways of adding constraints to a route?
Can I set the unlimited length for "maxjsonlength" property in config?
What is viewbag title?
What is ado.net data provider? : Entity framework
What is page life cycle?
What is a view engine?
What is edm (entity data model)? : Entity framework
mention what are the various methods provided by the dataset object to generate xml?
What is the difference between ViewData, ViewBag and TempData?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
List the new features added in .net framework 4.0.