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

Does c# provide copy constructor?

0 Answers  


What are the differences between a class and a struct?

0 Answers  


What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


Can enum be null c#?

0 Answers  


Is string mutable in c#?

0 Answers  






What is the difference between list and dictionary in c#?

0 Answers  


Can we change static variable value in c#?

0 Answers  


What is a delegate?

5 Answers   Siebel Systems,


What do u mean by thread safe?

0 Answers  


Why use “using” in c#?

0 Answers  


What is the difference between field and variable in c#?

0 Answers  


Can a class have static constructor?

0 Answers  


Categories