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 are cookies in c#?
How many constructor can a class have?
What is the use of convert toint32 in c#?
Explain how do you convert a value-type to a reference-type?
What is a strong name in c#?
What is pure abstract class in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Can a constructor be static in c#?
Can we have only “try” block without “catch” block in c#?
Why do we use dictionary in c#?
What is meaning of type safety in c#?
How do you read an Excel sheet in C#?
can you declare an override method to be static if the original method is not static?
Will the following code compile?
When would you use generics in your code c#?