What is Garbage Collection in .Net? 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 | 3 No |
Post New Answer View All Answers
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Explain about Behavioral design pattern?
Explain about .Net products?
how can i create a table from front end to back end in wabe page?
What are the new features in .net core?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Does .net supports destructors concept?
Which file is taken by compiler when we have both file Application and Server Configuration file?
Explain assemblies in .net?
Explain the code behind wors and contrast that using the inline style.
Tell us what is a sealed class?
Should I implement finalize on my class? Should I implement idisposable?
What is the difference between function and stored procedure?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Explain the difference between asp.net & vb.net and explain architecture?