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
Why do we need events in c#?
What is Implementation inheritance
Is post back c#?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What are the basic string operations? Explain.
What is the purpose of a constructor in c#?
Explain polymorphism in c# with a simple example?
i want the csharp questions&answeres
How can I access the registry from c# code?
What is the use of ienumerable?
Is friend a constructor?
what is difference between destruct or and garbage collection ?
Is lazy t thread safe?
What is the difference between console and windows application?
What does public mean in c#?