What is Garbage Collection in .Net? Garbage collection process?
Answers were Sorted based on User's Feedback
Answer / pradeep jagadeesan
Garbage collection is a least priority thread, which will
collect unused objects from memory.
Pradeep Jagadeesan
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
Answer / latha
Garbage collection automatically allocates memory.we forgot
to release this object.Its releases.
| Is This Answer Correct ? | 2 Yes | 5 No |
What?s a Windows process?
How many types of design patterns available in .NET?
What is view state?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What is the difference between constants and read-only variables?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What are the namespace available in .net?
What is .net latest version?
Tell us the differences between an interface and an abstract class in .net?
What is the best way to crack the certification?
What is the concept of inheritance and how it works in .net?
Explain the difference between managed and unmanaged code?