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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does f mean in c#?

512


What is default method in c#?

499


What is the difference between “out” and “ref” parameters in c#?

510


What is the difference between const and static read-only?

496


What are bitwise logical operators?

481






What is the main method in c#?

521


How do you specify a custom attribute for the entire assembly (rather than for a class)?

523


What is the namespace for datatable in c#?

496


Should I make my destructor virtual?

581


Can a private virtual method can be overridden?

556


What is difference between float and integer?

557


Can you create an instance of a static class?

554


how to implement a web service in .net

470


How to parse a date time string?

535


What is difference between struct and class in c#?

469