How Garbage Collector identifies the objects which are not
in use?
Answer Posted / kanth
Garbage Collector identifies a unused object using "referce
counting"
reference countiing: how many times the object is used
if the count is zero..its is unuesd....now the gc will
release the resources..
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
explain what is ado.net entity framework?
What is the difference between model view and controller?
Do you know about the new features in ASP.Net MVC 4 ?
How to change the action name in mvc?
Explain JSON Binding?
What is the use of the default route?
What is the .net framework and how does it work?
Can a view be shared across multiple controllers? If yes, how we can do that?
Can you please explain the request flow in ASP.NET MVC framework?
What is a view engine?
What is Dependency Injection in ASP.Net MVC
Explain the 'page lifecycle' of an ASP.NET MVC?
What is Peek method in Tempdata 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?