What is the difference between System.String and
System.StringBuilder classes?
Answer Posted / gyana
In System.String only pass the things simply,but in
System.StringBuilder classes, it builds the class
first,then after another.
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are the types of methods in c#?
What is the difference between dynamic and var in c#?
How many bytes is an int in c#?
What are "class access modifiers" in C#?
What is iqueryable and ienumerable in c#?
What is xaml in c#?
What is the class in c#?
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
Why do we need constructors?
What is the use of 'using' statement in c#?
Why to use “using” in c#?
What is extension method in c sharp?
Is list passed by reference c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Can you inherit from a static class in c#?