When Garbage Collector will run and how its identifing
whether the Object is used or Not.?
Answer Posted / sivaprasad
I think Garbage Collector is a normal priority thread
running in the application under normal conditions, when
heap memory is full it takes high priority and traces
referrance tree and mark the objects which have referrance
count is zero.usually when object is out of scope it memory
in heap automatically reclaimed by Garbage Collector(if it
has no referrances)
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Is it right that ASP.NET Web API has replaced WCF?
What are the advantages of the code-behind feature?
Does web services support data reader like pom project?
What is the difference between debug and release?
Explain the components of web form in asp.net
What’s the difference between response .redirect and server.transfer?
What is the difference between typeof() vs gettype()?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is use of Master Page in ASP.NET web pages?
Where do we store our connection string in asp.net application?
What is strong-typing versus weak-typing?
What is latest version of asp.net mvc? : Asp.Net MVC
What is the default Orientation property in a Menu control?
Define the term Scavenging in Caching?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?