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
What is Garbage Collection in .Net?
What are functions c#?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is difference between new and override in c#?
Are private members inherited in c#?
What is the advantage of generics in c#?
Major difference between Basic httpbinding and WShttpbinding?
Explain about multithreading?
How many types of constructors are there in c#?
What is c# most used for?
Explain about generics in c#.net?
What is orm in c#?
How to declare a property in a class?
Can a static class contain non static members?
What is msil in c#?