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
what is msl?
Does windows 10 need .net framework?
What is display mode in mvc?
Explain how to use multiple submit buttons in ASP.Net MVC?
Explain .Net Framework? Why we use it?
What is difference between viewbag and viewdata and tempdata?
What is mvc entity framework?
How to answer for project questions..?
How we can invoke child actions in ASP.Net MVC?
Can we change web.config settings from iis?
Explain the use of Inversion of control (IOC)?
Can I uninstall microsoft .net framework?
what is ssdl?
how to disable the lazy loading framework?
Is dapper faster than entity framework?