Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Which type of variables are under the control of garbage
collector?

Answer Posted / kiran kumar reddy

http://www.codeproject.com/dotnet/Primitive_Ref_ValueTypes.asp

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is datagridview in c#?

1185


Where do we set the min and max pool size for connection pooling?

1017


What are boxing and unboxing?

968


Distinguish between system.string and system.text.stringbuilder classes?

981


List some of the common data providers for ado.net framework?

893


What is console application with example?

986


What is escape character in c#?

971


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

2301


Do void methods have parameters?

1022


What is CASPOL?

1090


What are the different types of classes in c#?

994


What is class and object c#?

947


Is string value type c#?

966


When should I throw an exception?

1047


What is difference between private and static constructor?

980