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
What is .dbml file?
Is a games console a computer?
Which of these statements correctly declares a two-dimensional array in c#?
What is the default value of boolean variable?
What is a nullreferenceexception and how do I fix it?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What is boxing? Explain its functionality?
What is out int in c#?
What is primitive types in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What are examples of desktop applications?
Does c# support #define for defining global constants?
What are the properties of string?
What is the output of TextWriterTraceListener redirected?
Does c# do array bounds checking?