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
Explain linq to entities? : Entity framework
What are the 3 main components of an asp.net mvc application?
Does Tempdata hold the data for other request in ASP.Net MVC?
mention what is code first approach and model first approach in entity framework?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
How does the 'page lifecycle' of asp.net mvc works?
what is entity framework advantage?
Why is entity framework used?
How we can register the Area in ASP.Net MVC?
What are Action Methods in ASP.NET MVC?
What is the use .Glimpse in ASP.Net MVC
Difference between ASP.NET MVC and ASP.NET WebForms?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Explain tempdata in mvc?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?