How Garbage Collector identifies the objects which are not
in use?
Answer Posted / anirudh menon
C# makes use of the Finilize() destructor for this purpose.
The CLR periodically checks the entire program for unused
objects using the refrence tracing garbage collector which
in turn invokes he Finilze() destructor to relese the
memory of such objects.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Can you set the unlimited length for "maxjsonlength" property in config?
What are ajax helpers in mvc?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is poco proxy? : Entity framework
What are the versions of .net framework?
What is entityset? : Entity framework
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
Is it possible to create a custom filter?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Explain the role of assembly in the .net framework.
What is namespace of asp.net mvc?
What is the role of the jit compiler in .net framework?
Explain how you can implement Ajax in MVC?
What is difference between Viewbag and Viewdata in ASP.NET MVC?