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 are annotations in c#?
What's c# ?
Can a string be null c#?
List down the commonly used types of exceptions in .net
What is string literal in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
What is array and types of array in c#?
Explain get and set accessor properties?
Is post back c#?
Why do we use readonly in c#?
What is the difference between struct and class in c#?
Can you instantiate a struct without using a new operator in c#?
Explain copy constructor?
Can we declare class as protected?
if a method is marked as protected internal who can access it?