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
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What are jump statements in c#?
How to use reflection to call generic method?
What is null propagation c#?
Why does dllimport not work for me?
What's the difference between an integer and int?
Can we inherit a private class in c#?
Why do we need singleton class in c#?
What is the main purpose of linq?
What is a dll in c#?
What type is string in c#?
When should we use delegates in c#?
What is string class in c#?
What is a verbatim string literal and why do we use it?
Explain the difference between and xml documentation tag?