Which type of variables are under the control of garbage
collector?
Answer Posted / anand g
All types of objects and variables under the process of the
framework.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between var and dynamic types in c# 4.0?
What are the concepts of dispose method?
Explain copy constructor?
What is dll hell, and how does .net solve it?
What are primitive types in c#?
What does m mean in decimal c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Can we inherit a class with private constructor in c#?
Why is hashset faster?
What are the 2 kinds of data type conversions in c#?
What is data hiding in c#?
Explain the difference between arraylist and array and in c#?
Explain the 3 types of properties in c# with an example?
what is IComparable
Expalin the way you implement inheritance by using VB.NET/C#?