What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / guest
System.String is immutable, System.StringBuilder was
designed with the purpose of having a mutable string where a
variety of operations can be performed
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is dataview c#?
What is the object class in c#?
How many root nodes are there in an xml document?
What is the use of inheritance in c#?
what is the difference between interface and multiple interface?
Can you explicitly call a destructor?
who is a protected class-level variable available to?
Do while loops yes or no c#?
What is collection of classes in c#?
Int map to which .net types?
When should you use generics?
What is a method c#?
Is stringbuilder better than string?
What is token in c#?
What is tpl in c#?