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
Is a decimal an integer?
Explain the use of virtual, sealed, override, and abstract method?
How does one compare strings in c#?
What is sqldatareader c#?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
Explain what are three test cases you should go through in unit testing?
Can abstract class instantiated c#?
Define interface class in c#?
Explain manifest in c#.
What does int parse do in c#?
What are virtual classes in c#?
What are the two kinds of properties in c#.
Is object an int c#?
What is string class in c#?
What is arraylist?