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
Can destructors have access modifiers?
Why is ienumerable used?
How many constructors can a class have c#?
How can you achieve run time polymorphism in C#?
How does one compare strings in c#?
How will you deploy the dll file in gac?
How to block a class from being inherited further?
Can firstordefault return null?
What is difference between value and reference types in C#.NET
Can non-default constructors be used with single call sao?
Define satellite Assembly in .NET?
List the difference between interface and abstract class?
What is difference between assembly and namespace?
Which is faster dictionary or list?
What is default constructor in c#?