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 instantiating a class?
What is the default value of string in c#?
What is polymorphism c# example?
Explain use of abstract and sealed classes in c#?
Are there functions in c#?
What does the initial catalog parameter define in the connection string?
What is the difference between == and object.equals?
What is the difference between delegates and superdelegates?
What is asenumerable in c#?
What is the difference between decimal and integer?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What is a shared assembly?
What is static void main in c#?
How to handle exceptions that are raised in a component?