What does Dispose method do with the connection object?
Answer Posted / guest
Deletes it from the memory.
Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is difference between yielding and sleeping?
What does int32 mean?
What is polymorphism and its types in c#?
What is the use of parse in c#?
What is the difference between arraylist and list in c#?
Distinguish between continue and break statement?
What can I create with c#?
Define a jagged array in c#?
What is a di class?
what is the difference between convert.tostring() and tostring() functions ?
Are arrays value types or reference types?
Explain what are the steps for creating clr trigger?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is the use of functional interface?
How many constructors can a class have c#?