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
How to implement a singleton design pattern in c#?
What is console writeline in c#?
How can you use abstract class and interface?
What are All kind of access specifiers for a class and for methods
What is meant by console programming?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Will the following code compile and run?
How do you prevent a method from being overridden in c#?
How we can create an array with non-default values?
What is serializable in c#?
What is difference between variable and property in c#?
Why do we use constructors in c#?
Why dependency injection is used in c#?
Explain static class members.
What is a concrete class in c#?