What is the difference between System.String and
System.StringBuilder classes?
Answer Posted / gyana
In System.String only pass the things simply,but in
System.StringBuilder classes, it builds the class
first,then after another.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Is std :: string null terminated?
What is the different types of private assembly and shared assembly?
Is c# static or dynamic?
Compare and contrast between the System.Array.CopyTo() and Clone()?
Why do we use interface in c#?
How do I start a program in c#?
What is a linq in c#?
What is cls, cts and clr in net?
How do you define a predicate?
What is cli in c#?
Explain about finalize method?
What is the purpose of static?
Distinguish between a class and struct?
What are the collections in c#?
What does typeof return c#?