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
Can we override constructor in c#?
What are managed providers?
How to sign an assembly with strong name?
What is a delegate? Explain.
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What is session state in asp net c# with example?
How do you declare an arraylist?
What is the difference between constant and readonly in c#?
Can a string be null c#?
How do I create a .exe file?
Why are mutable structs evil?
Why do we Need of static class in c#?
What is the difference between select and selectmany?
Wht executescaler method is used?
What are the different types of comments in c#?