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 / shailesh
First time free any object.Second time it will clean 100
object memory reference.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How big is an int in c#?
What is the difference between namespace and class?
What method is used to sort the elements of the array in descending order?
What is xor operation?
Why do we use delegates?
Explain the types of Polymorphism.
What is the main usage of keyword “virtual†? How does it work for a method or property?
Where’s global assembly cache located on the system?
In which order the destructor is called for an inherited class?
What is the difference between as and is operators in c#?
Which types of inheritances does c# support?
Is hashset serializable c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is difference between assembly and dll?
Can we have two main methods in c#?