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
What is a namespace server?
Explain the difference between arraylist and array and in c#?
What is an interface class in c#?
Describe ways of cleaning up objects in c#.
What is data reader in c#?
What is gac? How to put assembly in gac?
How to handle exceptions that are raised in a component?
How can you sort strings in array that are passed to method as arguments?
What are the different types of constructors?
What is a cshtml file?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What is a di class?
Is it good to use var in c#?
In a site to turn off cookies for one page which method is followed?
How do I create a dbml file?