What’s the difference between System.String and
System.Text.StringBuilder classes with example
Answer Posted / sudha
System.string works on copy of string data.
System.Text.StringBuilder works on actuval string data
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is unrecognized escape sequence in c#?
What are value types and reference types?
What is ildasm and obfuscator in net?
What is private virtual in C#?
What is disco?
Is string nullable c#?
What is the difference between delegates and events in c#?
What is the boxing and unboxing in c#?
What is the wildcard character in sql?
Write a program to find the angle between the hours and minutes in a clock
What does int32 mean in c#?
Does c# do array bounds checking?
Explain about finalize method?
What are console applications used for?
What are managed providers?