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
Is post back in c#?
What are instance fields in c#?
Why do we need to serialize data?
what is a constructor? What is a destructor?
What is the base class from which all value types are derived?
Is as operator in c#?
Describe the overview of clr integration.
Different between method overriding and method overloading?
What is the difference between system.string and system.text.stringbuilder classes?
Why do we use overloading in c#?
Can bool be null c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is session management in c#?
What is the use of console?
What is data dictionary in c#?