Difference between string and stringbuilder?
Answer Posted / akash
using String
if u want to append the text then u prefer's this thing
string strTemp="a";
strTemp=strTemp+"jay";
But in case of StringBuilder
if u want to do the samething then u will get a append() function.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Explain anonymous type in c#?
Contrast System.String and System.Text.StringBuilder classes?
Explain about multithreading?
What is difference between throw and throws in c#?
Expalin the way you implement inheritance by using VB.NET/C#?
What is the use of console readkey in c#?
What is windows form in c#?
What are PE(Portable Executable)?
What is delegates and events?
Why can't we use a static class instead of singleton?
What is cli in c#?
What are Namespaces?
What is asax file in c#?
Why do I get a security exception when I try to run my c# app?
What do you mean by saying a "class is a reference type"?