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


Please Help Members By Posting Answers For Below Questions

What is the use of service provider?

588


What are the server control tags in asp.net.?

625


What is Web API?

647


What is the difference between dynamic SGA and static SGA?

586


Fetch one page value to another page without using state-managment ?

533






What is the difference between client-side and server-side validations in ASP.NET?

662


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

567


What is preprocessor in .net? Where it use?

531


What is the difference between user control an custom control?

617


What are the difference between function and stored procedure in .net programming language?

261


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

561


What is masterpage?

514


when a request is made in Life cycle of ASP.NET page .

533


What are server side controls?

533


How can we identify that the page is post back in asp net?

513