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 are the different types of constructors?
Can we have two main methods in c#?
What is difference between out and ref in c#?
in object oriented programming, how would you describe encapsulation?
Distinguish between a class and struct?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
Are c# destructors the same as c++ destructors?
Explain how do I convert a string to an int in c#?
What are the collections in c#?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
Please explain the basic string operations used in c#?
What is difference between constants and read-only?
Why does my windows application pop up a console window every time I run it?
Can scriptable objects have methods?
What are abstract classes in c#?