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 the difference between final finally and finalize in c#?

0 Answers  


What is a delegate?

5 Answers   Siebel Systems,


Can struct inherit from class c#?

0 Answers  


How to add controls dynamically to the form using c#.net.

0 Answers  


How to sign an assembly with strong name?

0 Answers   CitiusTech,






How can I use .NET components from COM programs?

0 Answers   DELL,


When was .net linq added?

0 Answers  


define ispostback and give some examples

2 Answers  


Is array ienumerable c#?

0 Answers  


What is the difference between properties and indexer in c#?

0 Answers  


Is c# 8 released?

0 Answers  


Why can't we use a static class instead of singleton?

0 Answers  


Categories