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
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is the importance of NonActionAttribute?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Mention two instances where routing is not implemented or required?
what is code first approach?
What is the .net framework and how does it work?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is entity graph? : Entity framework
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is .net framwork?
What are authentication filters in web api?
What is tempdata?
What are the 2 popular asp.net mvc view engines?