Answer Posted / mohit
by garbage collector or using dispose method of objet u can
do memory manegment in c# .garbage collector is
automatically remove object which is not use. this is new
concept in c#.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the system namespace?
What are the commonly used i/o classes?
Can we extend sealed class in c#?
Can abstract class instantiated c#?
Why ref is used in c#?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Explain namespaces in c#.
Define constructor in c#.
What are the Configuration files in .net?
How do I create a dbml file?
How do I type a whitespace character?
Explain manifest in c#.
What does out mean c#?
What does a constructor do c#?
Can a class have multiple constructors c#?