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
Can we inherit class that contains only one private constructor?
What is a linked list c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Can we store different data types in arraylist in c#?
Where are value types stored in c#?
What is querystring in c#?
What are sorted lists?
Define delegation in .net?
What is a Managed Code??
What is a delegate how is it type safe?
What is the difference between values and reference types?
Is php better than c#?
Can constructor be private c#?
What is an array of arrays called?
Explain briefly the difference between value type and reference type?