What’s the difference between System.String and
System.Text.StringBuilder classes with example
Answer Posted / sudha
System.string works on copy of string data.
System.Text.StringBuilder works on actuval string data
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are handlers in c#?
What is the difference between struct and class c#?
What is better C# or VB.NET?
Name the property of the textbox which cannot be changed at runtime?
What is the use of console?
What is jagged array?
What are the fundamental principles of oo programming?
What is the difference between Decorator and Adapter pattern?
While debugging a C# application can you change the value of a variable?
What Happens In Memory When You Box And Unbox A Value-type?
What is nameof c#?
Can hashset contain duplicates c#?
What is tryparse c#?
Can you store different types in an array in c#?
What are primitive types in c#?