What is the state of Garbage Collection after dispose() call
info C# code?
Answer Posted / deepak
After dispose() call,the connection between front end(user
interface) and back end(database server) is broken,because
the dispose() removes the connection object from the memory.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is IFormatable
Explain the use of virtual, sealed, override, and abstract method?
What is static void main in c#?
What is difference between write and writeline in c#?
What is escape sequence in c#?
Why do we need collections in c#?
What is toint32 c#?
Explain get and set accessor properties?
What is list array in c#?
Are c# generics the same as c++ templates?
What does clr stand for?
What is the namespace for the thread class?
What is parallel foreach c#?
Is learning c# hard?
How main method is called in c#?