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
How to create events for a control? What is custom events? How to create it?
What is gac? How to put assembly in gac?
What is difference between .net and c#?
the c# keyword .int. Maps to which .net type?
What is a string in c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
What is a cshtml file?
Why do we Need of static class in c#?
What is the use of ienumerable?
What do you mean by default constructor?
What is the difference between add and addrange in c#?
Is a decimal an integer?
What is Dependency of Injection?
Is struct object oriented?
Is string passed by reference in c#?