What?s the advantage of using System.Text.StringBuilder
over System.String?
Answer Posted / swapna
StringBuilder is more efficient in the cases, where a lot
of manipulation is done to the text.
Strings are immutable, so each time it's being operated on,
a new instance is created
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a view? What is the use of it?
What is the purpose of namespace?
What is type safe in c#?
How does one compare strings in c#?
4. Describe the process when we send a request URL? And who is responsible for that?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is the main purpose of xml?
What does private void mean in c#?
How many bits is int32?
What is difference between array and arraylist c#?
What is default access modifier for class in c#?
What is mvc pattern in c#?
Why do we use hashtable in c#?
what are windows services?
What are indexers in c# .net?