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 data binding c#?
What is asynchronous one-way calls?
Why do we need interface in c#?
What is difference between arraylist and list in c#?
What is the use of table aliases?
How many constructor can a class have?
What does protected internal access modifier mean?
What are the different types of constructors?
Can you drink alcohol with a loop recorder?
What are the benefits of using generics in c#?
What is the difference between a method and a property?
What is parameterized constructor?
In .NET which is the smallest unit of execution?
Is namespace a class?
Can you explicitly call a destructor?