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 ? | 19 Yes | 3 No |
Post New Answer View All Answers
Do void methods have parameters?
What is the difference between malloc () and new?
How to Install uninstall assemblies into GAC?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Define xslt.
What is difference between continue and break in c#?
Can we have multiple threads in one app domain?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What do you know about Translate Accelerator?
what is the scope of anonymous type ?
Explain About remoting and web services. Difference between them
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
How jit (just in time) works?
What are callback methods in c#?
How do you create dlls in .NET