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 partialview in asp.net mvc?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Explain tempdata in asp.net mvc?
What is .net architecture?
Explain the difference between viewbag and viewdata in mvc?
Explain the .net framework.
What is viewstart page in mvc?
Can I set the unlimited length for "maxjsonlength" property in config?
How we can add the CSS in ASP.Net MVC?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is connected scenario? : Entity framework
Explain the new features added in version 4 of mvc (mvc4)?
What is .net framwork?
What is presentation framework?
What you mean by routing in asp.net mvc?