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 3 types of web?
What are web beacons used for?
Describe how to implement globalization and localization in the use interface in .net.
What is master page in dtp?
Why do we use web config?
What parameters can you pass in the url of the api?
Define repository pattern in asp.net mvc? : asp.net mvc
Explain why datareader is useful?
What are the ways of preserving data on a Web Form in ASP.NET?
What is the difference between Classic ASP and ASP.Net?
What are sql joins?
Define session in asp.net.
What is the server of asp.net?
What are the differences between primary foreign and unique keys?
What is the default timeout for a cookie?