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 |
in hibernate, what is dirty reading?
Why did they call it .net?
Describe the Managed Execution Process
How do you create threading in .NET? What is the namespace for that?
Value type & data types difference. Example from .NET.
Which Namespace is used to to achieve MultiThreading in .NET?
what is the use of "mustinherit" keyword?
Which namespace is used to support multithearding in .NET?
0 Answers Sans Pareil IT Services,
What is an exe and a dll?
When a Static Constructor called in .NET?
What does il do?
What is the base class of Button control in .NET?