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...

Is string reference type / value type?

Answer Posted / kapil dalke

string is reference type . dont confuse yar..........
because String is immutable objects..........
means does not change the values(string).......

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

update data in an xml file which resides in solution itself, using silverlight 4.0

1763


Why is ienumerable used?

891


Which config file has all the supported channels/protocol?

990


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4358


Explain about ODP.net

1240


Can I define my own exceptions?

879


What is Fragmentation and its Types?

1006


Explain a MSIL ? Why is it appreciated by all developers?

1125


How do you declare an arraylist?

987


What is the use of iqueryable in c#?

889


What is reference types in c#?

986


What is strongly typed in c#?

919


What is thread.sleep()?

897


How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?

932


What are the different types of literals in c#?

1046