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 Action Methods in ASP.NET MVC?
What is iobjectset? : Entity framework
What is Layout in ASP.Net MVC?
How to enable Attribute Routing?
Explain how to use multiple submit buttons in ASP.Net MVC?
What are the two ways to add constraints to a route?
What is storage model? : Entity framework
Why should we go for entity framework?
Possible ways to prevent xss attacks on mvc application?
Explain how you can send the result back in JSON format in MVC?
What are the options can be configured in AJAX helpers?
The order of the filters that get executed, if the multiple filters are implemented?
Explain ASP.NET MVC Identity and Security?
What is entity framework? : Entity framework
What is .net core framework?