What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / naveen
prefer System.StringBuilder when you are doing lot of
string manuplation operations. In which case the same
string in the memory is manipulated for the resultant
operation where as when System.String variable is used
every time a new string instance is created in the memory
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between object type and dynamic type variables in c#?
What does void mean in c#?
4. Describe the process when we send a request URL? And who is responsible for that?
What is the difference between ref and out parameters in c#?
Is there hashmap in c#?
What are instance fields in c#?
Explain a MSIL ? Why is it appreciated by all developers?
What is extended class in c#?
Why do we use lambda expression in c#?
What is the use of command builder?
What is a bool in c#?
What is part of a method signature in c#?
What is written in c#?
Is string null or empty?
What is icomparer in c#?