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
Explain about asp.net 2.0 themes?
Explain what the contents of cookie?
How Session use Cookies in State Management?
What is a proxy in web service?
Is react a template engine?
What is a runtime version?
What symbol specifies the beginning of a query string?
Describe the application event handlers in ASP.NET?
what is publisher?
What’s difference between “optimistic” and “pessimistic” locking?
What are validators and list some validators of asp.net?
Is it right that ASP.NET Web API has replaced WCF?
What are the two Layouts supported by a Web form in ASP.NET?
How to fetch a data from one table to another table in asp.net ?
What is sta?