What is Garbage Collection in .Net and what is the Garbage
collection process?
Answer Posted / sadhvi
Garbage Collector:-
In dot net garbage collector are written as GC.Collect ().
Garbage collector remove the unreferenced object which are
also known as Orphans object and these object occupied some
memory which is reused, for this concept of memory
reusability Garbage collector are used.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between override and overload in a method?
Explain clr, cts and cls?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
How to get the number after decimal point in .net?
Explain how do assemblies find each other?
How do you trigger the paint event in system.drawing?
What is meant by globalization and localization?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain how to redirect tracing to a file?
Difference between class and interface in .net?
Is .net a compiler?
what user controls are and what server controls are and the differences between the two.
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is clr in .net?