What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / rahul
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I create a single-file assembly?
What is the xml document structure?
What is a float?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is a multicast delegate in c#?
what is an event? Define delegate?
What is thread life cycle in c#?
What are generics in c#.net?
Why do we use abstract class in c#?
Define a jagged array in c#?
What are abstract classes in c#?
What is mvc pattern in c#?
List down the reason behind the usage of c# language.
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is the difference between throw and throw ex?