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
Explain the difference between a struct and a class?
What is the use of system.environment class in c#.net?
What is double c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
How does the clr work?
How do you create empty strings in c#?
What are the types of delegates in c#?
List the 5 different access modifiers in c#?
4. Describe the process when we send a request URL? And who is responsible for that?
Explain attributes in c#?
How many bits is int32?
Can a sealed class be used as a base class?
What is the max value of int32 in c#?
What is visual c# net?
Why main method is static in c#?