What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / guest
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is generic collection in c#?
what is the difference between a struct and a class in c#?
Is arraylist thread safe?
What is the use of static in c#?
How can you sort strings in array that are passed to method as arguments?
What does == mean in c sharp?
What is the best dependency injection c#?
Explain polymorphism in c# with a simple example?
How do switch statements work?
Is python easier than c#?
How do I know if executenonquery is successful c#?
What is clr namespace?
Why do we use void in c#?
Why abstract class is not instantiated in c#?