If i have 100 objects in my application are out of
scope.when first time garbage collected how many objects
memory reference are free?
Answer Posted / radhika
garbage collector cleans the memory based on the concept of
unreachable roots.so if these 100 objects are not in the
list of reachable roots provided by the jitcompiler which
is avalable to garbage collector then they will be removed.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is difference between Trace and Debug
What is the size of a decimal?
What is “using” statement in c#?
What does void mean in c#?
What is the difference between double and decimal in c#?
What is a function c#?
What is application c#?
Is overriding of a function possible in the same class?
List out the differences between array and arraylist in c#?
What is an extension method in c#?
Explain About .Net remoting
Explain types of comment in c# with examples
What are the types of delegates in c#?
Can we inherit private members of class in c#?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana