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
Can you instantiate an abstract class c#?
What is anonymous methods in c#?
What do u mean by thread safe?
Why would you use a class property in c#?
What are the different types of constructors?
What is .edmx file?
What is the difference between virtual method and abstract method?
What is private variable?
Is c# an array?
Why is ienumerable used?
What is streamreader/streamwriter class?
What are properties in C#?
Are structs value types c#?
Can we have static indexer in c#?
What are the different types of assembly?