How do you remove the objects which are not in
use?Explicitly or implicitly?What is the exact mechanism
going behind?
Answer Posted / raghu sathish
Garbage collectors removes
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is cshtml extension?
Will the following code compile?
When do you generally use a class over a struct?
Explain about finalize method?
What is dll file in c#?
Difference between Value type & reference types ? and give the example in .Net?
Is struct object oriented?
What is a collection class in c#?
Is datetime a value type in c#?
What is difference between ienumerable and list in c#?
Are objects passed by reference in c#?
So what makes your code really object-oriented #?
What is difference between out and ref in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
Give some examples of commonly used i/o classes?