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 would you use a class property in c#?
What Is The Smallest Unit Of Execution In .net?
What does console writeline do?
Where is the main method in c#?
In which way you can convert a value-type to a reference-type?
Explanation on Generic?
What is web forms in c#?
Explain about Serialize and MarshalByRef?
What are the steps to create an assembly and add it to the gac?
Explain polymorphism in c# with a simple example?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Can you instantiate an abstract class c#?
What is enumerable in c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
Describe an interface class?