What?s the difference between System.String and
System.StringBuilder classes?



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

Post New Answer

More C Sharp Interview Questions

What are the keywords used to pass parameters to the base class and how do I invoke other constructors.

3 Answers  


What is yield c#?

1 Answers  


What does exclamation mark mean c#?

1 Answers  


What is console write in c#?

1 Answers  


What are the steps to create an assembly and add it to the gac?

1 Answers  


What is arraylist c#?

1 Answers  


What are the extension methods in c#?

1 Answers  


How do you inherit from a class in C#?

1 Answers  


What does assemblyinfo.cs consists ?

4 Answers   Microsoft,


List down the fundamental oop concepts?

1 Answers  


What is Signature and parameter in overloading ?

3 Answers  


What's different between c# and c/c++?

1 Answers  


Categories