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 are types of constructor?
How many bytes is an int?
What is the difference between out and ref in c#?
In object oriented programming, how would you describe encapsulation in c#?
What is the difference between “constant” and “readonly” variables in c#?
What is the reason behind the invention of c#?
What is difference between class and abstract class in c#?
What is iformatprovider in c#?
What is thread pooling?
What is the purpose of abstract class in c#?
What is inline function in c#?
What are the advantages of constructor?
What is attribute and reflection in c#?
Why main is static in c#?
What Is An Interface Class?