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
What problem does Delegate Solve?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
How much time will it take to learn unity?
What is a .aspx file?
What does out mean c#?
Why do we use ienumerable in c#?
What is difference between ilist and list in c#?
Define an array?
What is default access specifier for class in c#?
What is c# in asp net?
How can we set class to be inherited, but prevent the method from being over-ridden?
Why do we use 0?
Is class reference type c#?
List the differences between method overriding and method overloading?
How long does a loop recorder procedure take?