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
Explain the difference between vb and vb.net?
How does cas works?
What is the use of common language runtime?
Explain the top .net class that everything is derived from?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What is deferred execution vs. Immediate execution in linq?
What is lazy initialization?
What is a design pattern and what is it for?
What is UDDI and how to register the web service in it?
Which namespace does it belong to by default?
What are the differences between user control and server control?
What are the new features in .net core?
What is namespaces in .net?
What are the types of jit?
How many design patterns can be created in .net?