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 are the new features in c# 2.0?
Explanation on Generic?
Define using statement in c#?
Which class comes after the SortedList class?
Can I do things in il that I can't do in c#?
What to implement on my class Finalize or IDisposable
What is session c#?
Why do we use public static void main in c#?
What is multicast delegate explain with example?
What is written in c#?
What basic steps are needed to display a simple report in crystal?
What is the difference between static and private constructor in c#?
Is c# pass by value?
What is static void main in c#?
Why do we need serialization?