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 advantages of mvc over asp.net?
What are Scaffold templates in ASP.Net MVC?
How to bind table colum with gridview column?
What is object service? : Entity framework
Can we have enum in entity framework?
What is a model in android?
What is the difference between viewbag and viewdata in mvc?
mention what are the various methods provided by the dataset object to generate xml?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What are Non Action methods in ASP.Net MVC?
What is edm (entity data model)? : Entity framework
What is .net core framework?
If I have multiple filters implemented, what is the order in which these filters get executed?
Give an example for authorization filters in an asp.net mvc application?
Explain representational state transfer (rest) in detail?