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 ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the object class in c#?
In a single .NET DLL how many classes it contains?
What is private virtual in C#?
What is the use of list in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
List out two different types of errors in c#?
What are managed providers?
What is inline function in c#?
Is it possible to have a static indexer in c#?
Define Virtual folder?
What is the difference between a method and a property?
What is the difference between a class and an object c#?
What is token in c#?
Is multiple inheritance possible in c#?
Why linq is having select clause at the end?