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 state c#?
What is .edmx file?
what is c# command?
Is int reference type c#?
What is constants in c#?
In which order the constructor is called for an inherited class?
What is an inheritance ?Give an example in which inheritance is used?
How long can loop recorders stay in?
Define encapsulation?
windows c# using datagridview in edit form sql server
What is unmannaged code and will CLR handle this kind of code or not .
Can arraylist hold primitive types?
Is array a collection c#?
What can we do to handle multiple exceptions?
What is data hiding in c#?