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 boxing and unboxing in c#?
What is Implementation inheritance and interface inheritance?
What is datagrid c#?
What is the difference between hashtable and dictionary?
What is disconnected data architecture in c#?
What are extender provider components?
What is func delegate in c#?
What is difference between abstract class and interface in c#?
What do you understand by 'access specifiers' in C#?
is it possible to access a remote web service Without UDDI?
Which constructor is called first in c#?
Define the term immutable ?
How to sort an int array in c#?
What is the do while loop code?
What is virtual class in C#?