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 ? | 19 Yes | 3 No |
Post New Answer View All Answers
What is a factory in c#?
What are the 3 elements of delegation?
What are c# collections?
What are object pooling and connection pooling and difference between them?
Explain copy constructor?
What is c-sharp (c#)?
what is difference between is and as operators in c#?
What is difference between private, protected, and public in C#?
Why delegates are safe in c#?
What are the 2 broad classifications of fields in c#?
What is difference between string and stringbuffer in c#?
What is global asax in c#?
How can I create image pieces/sub image?
list the steps in code compilation in c#?
What is concrete method in c#?