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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can an abstract class have a constructor c#?
How can an inner class access the members of outer class?
What is a three-tier application.
What is class method?
What is data set in c#?
Which controls do not have events?
What is the difference between yield and return?
What is exe in c#?
Why do we need properties in c#?
What is the namespace for the thread class?
How do I declare a pure virtual function in c#?
What are scriptable objects?
What is c# console application?
What is unmannaged code and will CLR handle this kind of code or not .
Why do we need nullable types in c#?