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 |
Explain the difference between the debug class and trace class?
How the versioning applies to Assemblies or can you explain version numbers?
Why is .net so popular?
Perfect Example Of While And Do-While Loop In C#.Net ?
What does Dispose method do with the connection object?
Can we overload indexer in c#?
Why cannot you specify the accessibility modifier for methods inside the interface?
How does bitwise work?
Can we declare private class in c#?
What Are The .Net Object
What is a nullreferenceexception?
What are class fields?