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 to change the action name in mvc?
Is it possible to create a custom filter?
Can you explain the page life cycle of mvc?
What is asp net framework?
What are differences between entity framework and l2s? : Entity framework
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
Is http stateful or stateless?
What are the versions of .net framework?
Is the following route definition a valid route definition? {controller}{action}/{id}
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
How does the .net framework 3.0 relate to the .net framework 2.0?
Explain the types of Scaffoldings.
Explain what platforms does the .net framework run on?
What is the .net framework and how does it work?
What are the options can be configured in AJAX helpers?