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 windows form in c#?
How do I calculate relative time?
Explain acid rule of thumb for transactions in c#.
What is ado c#?
Define delegate in c#?
Explain what is copy constructor?
How do you remove white spaces from a string?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is the use of return in c#?
Explain synchronous and asynchronous operations?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What is iqueryable in c#?
What is a decimal in c#?
Can we call server-side code (c# or vb.net code) from javascript?
What is the difference between decimal and integer?