Difference between string and stringbuilder?
Answer Posted / dsr
string is immutable.String and StringBuffer both are
classes.stringbuffer is mutable.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain the OOPS concept in C#?
What is namespace give the example?
What is global namespace in c#?
Explain the difference between a sub and a function in c#.
What are the types of attributes in c#?
What are immutable types in c#?
What is the difference between static and private constructor?
Can we have 2 main methods in c#?
What is a decimal c#?
Is datetime a value type in c#?
What are actions in c#?
What is difference between abstraction and encapsulation in c#?
What is stringbuilder c#?
What is a helper method in c#?
What's the difference between System.String and System..StringBuilder in C#?