What is the use of "default" and "Using" keyword?
Answer Posted / ravi
"default" ensures the correct initialisation takes place
and "Using" ensures the disposal of object.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the working of serialization?
In dynamic link library, which api is used for load library?
Explain constructor in c#?
What is a strong name in c#?
What does question mark mean in c#?
What is thread pooling?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
What is querystring in c#?
What is the default value of string in c#?
Explain About disco and uddi
Why do we use stringbuilder in c#?
How can we sort an array in c#?
What are the 3 different types of arrays?
What is strong name assembly?
Can a struct be null?