What is the difference between System.String and
System.StringBuilder classes?
Answer Posted / bhaskar
system.string is immutable and system.stringbulider can have
mutable string where a verity of operations can be performed
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is session variable in c#?
Illustrate the process of code compilation in c#?
Is c# the same as d flat?
What is multithreading with .net?
what is inheritance and an example in vb.net and c# of when you might use it?
What is mvc firstordefault?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is parameters in c#?
Is there regular expression (regex) support available to c# developers?
How many types of constructors are there?
What is datatable in c#?
What is difference between dynamic and var in c#?
What are the different types of comments in c#?
What is better C# or VB.NET?
Can you access a hidden base class method in the derived class?