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
What are the new enhancements done in default project template of asp.net mvc 4?
What are the components required to create a route in ASP.Net MVC?
Can you explain renderbody and renderpage in asp.net mvc?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Explain how you can implement Ajax in MVC?
explain what is ado.net entity framework?
What is filters in web api?
Explain Keep method in Tempdata in ASP.Net MVC?
What is Dependency Injection in ASP.Net MVC
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Explain what is asp.net mvc?
What is domain class model?
What are bundling & minification features in asp.net mvc 4?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?