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
Is c# or c++ better for games?
Is list passed by reference c#?
What is delegation in oops?
What is out in c#?
Can we create extension method for interface?
Why singleton is sealed?
Why do we still see so much non-oo code written in c# today?
Why is c# a good programming language?
How do you escape c#?
Can we inherit private class in c#?
How do I create a multilanguage?
Distinguish between the Debug class and Trace class with its functionality?
What is oledb in c#?
What are the 3 different types of arrays?
Is concurrent queue thread safe?