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 multidimensional array in c#?
What is .cs file in c#?
What is a must for multitasking
What is generic delegate in c#?
What is dto c#?
What's the difference between class and object?
Why is main static in c#?
what is the purpose of using statement in c#
What is the difference between ienumerable and enumerator?
can you declare an override method to be static if the original method is not static?
What is the use of constructor in c# with example?
Can we inherit two classes in c#?
What is protected internal modifier in C#?
What is thread life cycle in c#?
Why do we use void in c#?