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
Why is c# used?
How do you read an Excel sheet in C#?
Is a dll an assembly?
What is boxing & unboxing?
What is type class in c#?
Is the following code legal?
In which order the destructor is called for an inherited class?
List the fundamental oop concepts?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
Is c sharp open source?
What is session state in asp net c# with example?
How to get the sum of last 3 items in a list using lambda expressions?
List down the differences between public, static and void keywords?
What is the use of tryparse in c#?
What does console readline do in c#?