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 ? | 19 Yes | 3 No |
Post New Answer View All Answers
Define an abstract class?
Can you mark static constructor with access modifiers?
What is default value of bool in c#?
How can you access a private method of a class?
Explain get and set accessor properties?
Where is c# compiler located?
What is jagged array?
Where is the main method in c#?
What is a cshtml file?
What is enum in c#?
What does ienumerable mean?
Why do we need a singleton class?
What is the meaning of console writeline in c#?
What is the difference between dynamic and var in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?