What is Garbage Collection in .Net and what is the Garbage
collection process?
Answer Posted / guest
The process of transitively tracing through all pointers to
actively used objects in order to locate all objects that
can be referenced, and then arranging to reuse any heap
memory that was not found during this trace. The common
language runtime garbage collector also compacts the memory
that is in use to reduce the working space needed for the heap.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Using activex control in .net?
Which file is taken by compiler when we have both file Application and Server Configuration file?
Explain what is a delegate?
What versions of .net are there?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How do you trigger the paint event in system.drawing?
State the various features present in .NET?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is the difference between web application and enterprise application?
explain the states of a window service application?
Explain the process of compilation in .NET?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
How many types of generations are there in a garbage collector?
What is Event - Delegate? clear syntax for writing a event delegate
What is your observations between vb.net and vc#.net?