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 are types of constructor?

569


How many bytes is an int?

566


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

572


In object oriented programming, how would you describe encapsulation in c#?

610


What is the difference between “constant” and “readonly” variables in c#?

586






What is the reason behind the invention of c#?

709


What is difference between class and abstract class in c#?

532


What is iformatprovider in c#?

580


What is thread pooling?

621


What is the purpose of abstract class in c#?

561


What is inline function in c#?

599


What are the advantages of constructor?

525


What is attribute and reflection in c#?

557


Why main is static in c#?

641


What Is An Interface Class?

655