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 .net latest version?
How you apply a theme in whole application in .Net?
What is the difference between odbc and ado?
How do you generate a strong name?
Is .net core installed?
Explain the difference between asp.net and asp?
What is shared and repeatable inheritance?
Explain attributes in dot net?
What do the terms “boxing” and “unboxing” mean?
What is func in .net 3.5?
Different between .net & j2ee ?
How do you view the methods and members of a dll?
What is interface and abstract class in .net?
How big is the datatype int in .net?
Explain boxing and unboxing in .net.