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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between firstordefault and first?
What do you mean by generic class in c#?
What is the difference between int and int in c#?
Can bool be null c#?
Which are access modifiers available in c#?
what is virtual method in c#?
What is an array class?
Define Abstract Class in C#
What is method in c#?
Define a partial class?
Explain the use of virtual, sealed, override, and abstract method?
Explain the process of polymorphism with an example?
What are modifiers in c#?
What is the use of console readkey in c#?
What is difference between dictionary and hashtable?