What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / rahul
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 ? | 10 Yes | 2 No |
Post New Answer View All Answers
What does immutable mean in c#?
How do generics work in c#?
What Is A Satellite Assembly?
What is datasource c#?
Write down the c# syntax to catch an exception
Can we write class inside a class in c#?
What is the difference between internal and private in c#?
What is yield keyword?
When should you use generics?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Name which controls do not have events?
What is the difference between CONST and READONLY?
Is enum a class c#?
Write a program to find the angle between the hours and minutes in a clock
Explain About multi level and multiple inheritance how to achieve in .net