What is the state of Garbage Collection after dispose() call
info C# code?
Answer Posted / srikanth
Disapose Means simply flushing off the memory after a
perticular task is completed.
After Dispose The Stage of Garbage Collection Just Takes out
of memory it allocated.
If any mistake in my answer please intimate me
----->>>>> srikanthfanz@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between private and protected?
How do you inherit a class into other class in c#?
Explain the difference between const and static read-only?
What exactly is serverless?
What is yield in c#?
What does void do in c#?
Distinguish between continue and break statement?
What is the use of static members with example using c#.net.
How do you determine whether a string represents a numeric value?
Enlist the different types of classes in c#?
What is #region in c#?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What is global namespace in c#?
What is fcl in c#?
What are controls in c#?