What is the difference between System.String and
System.StringBuilder classes?
Answer Posted / bhaskar
system.string is immutable and system.stringbulider can have
mutable string where a verity of operations can be performed
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is anonymous class in c#?
What is instantiating a class in c#?
What is application c#?
How to declares a two-dimensional array in C#?
How to implement singleton design pattern in c#?
What are strings in c#?
Is .net and c# the same?
What is the difference between xml documentation tag?
What are verbatim strings in c#?
Is vs as c#?
What is a scope in c#?
What is a c# delegate?
What does console readline do?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is an arraylist in c#?