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 property in c#?

0 Answers  


What is a value type in c#?

0 Answers  


What is polymorphism? pl explain practically rather than theoretical?

3 Answers  


What is event sourcing in c#?

0 Answers  


Can we write one page in c# and other in vb in one application ?

3 Answers   Keane India Ltd,


Can class inherit from struct c#?

0 Answers  


In which situation(s), the use of "Delegate" is a good idea?

0 Answers   MCN Solutions,


can we access main() using objects?

1 Answers   ssinformatics,


What are the ways to deploy an assembly?

3 Answers  


What are sorted lists?

0 Answers  


What is class in oops with example in c#?

0 Answers  


What is the difference between icomparer and icomparable in c#?

0 Answers  


Categories