How Garbage Collector identifies the objects which are not
in use?
Answer Posted / sri
In the Dotnet CLR maintains the Heap. It stores the Objects
which are recently used in the Top of the Heap. By using
this GC identifies the objects which are recently used and
which are not in use.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
How does the .net framework 3.0 relate to windows vista?
Can you explain renderbody and renderpage in mvc?
Possible ways to prevent xss attacks on mvc application?
what is entity framework?
How can you return string result from Action in ASP.Net MVC?
what is lazy loading in entity framework?
What is entitycontainer? : Entity framework
Does Tempdata hold the data for other request in ASP.Net MVC?
Mention some action filters which are used regularly in ASP.Net MVC?
How do you handle variable number of segments in a route definition?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What are bundling & minification features in asp.net mvc 4?
What is the purpose of a web form?
explain why t4 entity is important in entity framework?
Explain Bundle.Config in ASP.Net MVC4?