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 array class in c#?
What is the purpose of dependency injection?
Difference between directcast and ctype.
Why do we need indexer in c#?
What is an inheritance in c#?
What is remote data?
What is the difference between public, static, and void?
What does readonly mean in c#?
What is global asax in c#?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
What is difference between C# and VB.NET?
How to move to a state-related codebase?
What is the difference between null and string empty in c#?
What is the use of inheritance in c#?
Can an int be negative c#?