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
How to find whether the application is run from inside ide or not?
What is append in c#?
Why would you use a class property in c#?
What is a void c#?
Distinguish between a class and struct?
Define an abstract class?
The int maps to which C# keyword in .NET type?
What is polymorphism in c sharp?
What is the difference between interface and inheritance in c#?
What is difference between class and interface in c#?
What is the difference between Decorator and Adapter pattern?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Define a jagged array in c#?
Is c# still popular?
Why delegates are required?