What?s the difference between System.String and
System.StringBuilder classes?
Answer / 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 |
Does c# provide copy constructor?
What are the differences between a class and a struct?
What?s the difference between <c> and <code> XML documentation tag?
Can enum be null c#?
Is string mutable in c#?
What is the difference between list and dictionary in c#?
Can we change static variable value in c#?
What is a delegate?
What do u mean by thread safe?
Why use “using” in c#?
What is the difference between field and variable in c#?
Can a class have static constructor?