What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / rahul
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is dependency injection?
What are access modifiers used for?
What is a class in unity?
What is the use of getcommandlineargs() method in c#.net?
What is callback delegate in c#?
Define satellite Assembly in .NET?
Difference between abstract classes and interfaces
What are partial types in c#?
What is the advantage of generics in c#?
What are the properties of string?
What is dataset c#?
What is the difference between dictionary and hashtable in c#?
What is default parameter in c#?
What is out int in c#?
Can I get the name of a type at runtime?