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 is a statement c#?

0 Answers  


What does ienumerable mean?

0 Answers  


What is the purpose of private constructor in c#?

0 Answers  


What is the difference between continue and break statement?

0 Answers  


If multiple interfaces are inherited and they have conflicting method names; What will happen ?

0 Answers   Siebel,






Is void a class?

0 Answers  


What is data hiding in c#?

0 Answers  


Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?

1 Answers  


explain the nature of the assembly work?

0 Answers   HCL,


i want o/p 011242110 in c# code.

0 Answers   TCS,


when data member or member function is static is acess specifier is considered??

2 Answers  


What is an interface class in c#?

0 Answers  


Categories