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 nullable type c#?
What is sqldatareader c#?
Explain different properties of object oriented systems.
How many digits is a 32 bit number?
What is static void main in c#?
What are delegates in C#?
Is datetime nullable c#?
Can you have more than one namespace in c#?
What is the difference between select and selectmany?
List down the fundamental oop concepts?
Explain more on CLR
What you mean by delegate in c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
what are implementation inheritance and interface inheritance?
Explain About multi level and multiple inheritance how to achieve in .net