What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / guest
System.String is immutable, System.StringBuilder was
designed with the purpose of having a mutable string where a
variety of operations can be performed
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between user control and custom control. Also, explain their use.
Can mvc be used for desktop applications?
What is the difference between abstract class and interface in c#?
What is a class c#?
What is the use of 0 in c#?
What are generics in c#.net?
Are structs value types c#?
What is ienumerable <> in c#?
Is namespace a class?
What is regex c#?
Define xslt.
Is null empty or whitespace c#?
What is parse method in c#?
Does a class need a constructor c#?
What are the variables in c#?