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
Is lazy thread safe c#?
What are the two uses of a ‘using’ statement in c#?
What does console writeline do?
Why do we use constructors in c#?
What is the use of thread join in c#?
What is difference between method and function in c#?
Why do we need constructors?
What is delegates in c# and uses of delegates?
What is variable and its classification?
What are strings in c#?
What is parameter c#?
What is the difference between array and arraylist in c#?
What is the difference between hashtable and dictionary in c#?
What are the 2 types of data types available in c#?
Is c# a technology?