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 is ViewStart Page in ASP.Net MVC?
What is the purpose of a web form?
Can I uninstall microsoft .net 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.
What is stateless model?
How do I use partial view?
Explain the tools used for unit testing in ASP.Net MVC
What are the components required to create a route in ASP.Net MVC?
what is linq to entities?
What is edm (entity data model)? : Entity framework
Why we need a separate mobile project template, while we can render our web application in mobile ?
what is deferred loading(lazy loading)?
What is viewbag title?
What are action filters?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?