WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?
Answer Posted / sharifuddin
StringBuilder is a mutable, means no need to create new
variable,
But in string it is immutable, means reverse of string
builder each and every time new object for every new object
exist.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain About .NET Framework
Can multiple inheritance implemented in c# ?
What is class sortedlist underneath?
Explain jagged arrays in c#?
What is winforms c#?
Why c# is called type safe language?
List down the commonly used types of exceptions in .net
What is the difference between a method and a property?
What is uint c#?
What is difference between dictionary and hashtable in c#?
What is the difference between ref & out parameters in c#?
Differentiate between response.expires and response.expiresabsolute?
What is boxing and unboxing in c#?
Is string mutable in c#?
What is multithreading with .net?