Is string reference type / value type?
Answers were Sorted based on User's Feedback
Answer / baranee
Hi,
String is a value type but its not advisable to use for the
frequent usage of string.String is a class which has
default size of 16.If the value exceeds it will create one
more instance and left the old reference which is still not
cleared in memory. So we can use stringbuilder value type
which doubles the size when the default size exceeds.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / prasanta
Sorry Iam confused,String is a value type or refereence
type give answer only who know the right answer.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / vasu
Afsoos galat Jawab Sahi Jawab.............
String is Value type
further no more discussion
| Is This Answer Correct ? | 5 Yes | 79 No |
Answer / vikram
sorry you are wrong , string is the value type
| Is This Answer Correct ? | 16 Yes | 154 No |
How is lazy loading achieved?
What is difference between string and string builder?
What is the difference between “finalize” and “finally” methods in c#?
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; } }
How do I run a cshtml file?
What is the advantage of singleton class?
What are the main reasons to use c# language?
Distinguish between array and arraylist in c#?
What is hierarchical inheritance in c#?
Explain about multithreading?
What are the value types in c#?
Why do we use static class in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)