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
Is there any sample c# code for simple threading?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
Is Multiple-inheritance supported by c#?
Can we inherit a class with private constructor in c#?
What is a console in c#?
What is the difference between “dispose” and “finalize” variables in c#?
What does an indexer do?
What is c# console application?
How can I check the type of an object at runtime?
Can we have two main methods in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
what is difference between is and as operators in c#?
What is a event in c#?
Can properties be private in c#?
Explain how many types of exception handlers are there in .net?