When Garbage Collector will run and how its identifing
whether the Object is used or Not.?
Answer Posted / naresh
Garbage Collector identifies a unused object using "referce
counting" reference countiing: how many times the object is
used if the count is zero..its is unuesd....now the gc will
release the resources..
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What are the ways of preserving data on a Web Form in ASP.NET?
Differentiate globalization and localization.
How to turn off cookies for a page?
What is Cookies Less Session?
What is the latest version of asp.net?
Is asp.net free?
How to bind all the binding controls in a page at once in ASP.NET?
What is the use of HttpHandlers? When to use this?
What is web api and why to use it?
What are merge modules?
How we can force all the validation controls to run?
How do session tokens work?
What is different authentication mechanisms used in ASP.NET?
Which data type does the rangevalidator control support?
What are server side controls?