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
What is assembly manifest?
The int maps to which C# keyword in .NET type?
Can we write class inside a class in c#?
What is boxing? Explain its functionality?
Can you declare a field readonly?
What are "class access modifiers" in C#?
How do I use the 'using' keyword with multiple objects?
What is the advantage of static class in c#?
What is a scope in c#?
Is c# substring zero based?
What is value c#?
What is the use of convert toint32 in c#?
In which order the constructor is called for an inherited class?
what is an exception in .net?
What is exe file in c#?