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
In which event are the controls fully loaded?
What is the difference between session object and application object?
Disable browser cache for entire ASP.NET website?
How you can manage the state of application at the server side in ASP.NET?
What is an imagemap in asp.net?
How to you can limit Access to Web API to Specific HTTP Verb?
Define page fragment caching?
How many types of state management are there in asp net?
How do you implement postback with a text box?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Describe in brief .net framework and its components.
In which event of page cycle is the viewstate available?
What do you mean by authorization?
Why is global asax is used?
What is clickid?