How Garbage Collector identifies the objects which are not
in use?
Answer Posted / kanth
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 ? | 5 Yes | 6 No |
Post New Answer View All Answers
How do you specify comments using razor syntax?
How to Redirect Tracing to a File
Explain the advantage of packaging over xcopy in .net?
What are authentication filters in web api?
What is conceptual model? : Entity framework
What is net framework 3.0 ?
What is the full form of sp?
how do you mark a property as required? For example, for a project, the name is a required field.
what is scalar property?
What is mapping in entity framework? : Entity framework
will there be any issues adding a table without primary keys to a data model?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
What is .net core framework?
How we can add the css in mvc?
Why we need a separate mobile project template, while we can render our web application in mobile ?