How does Garbage collector(GC) works in .net
Answer Posted / subhash saini
GC always runs on the priority basis. If size of free
memory is more, than GC runs on low priority basis. And if
memory becomes low than GC Starts running on high priority
to free up the memory from those object which are no loger
in used.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How many validators do ASP.NET have?
What’s the catch?
Elaborate differentiation between ViewState and SessionState?
What is asp.net file?
What is the biggest disadvantage of “Other Return Types” in Web API?
Where would you use an ihttpmodule, and what are the limitations of any?
What is _dopostback in asp net?
Which validator control you use if you need to make sure the values in two different controls matched?
How to find last error which occurred in Asp.net ?
What is custom events? How to create it?
Where would you use an ihttpmodule, and what are the limitations if any?
What is localhost in asp.net?
Why SessionID changes in every request in asp.net?
Which method do you use to enforce garbage collection in .net?
Where is cookie used in asp.net?