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 is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
How are Windows programs different from normal C-programs?
What is datetime minvalue in c#?
What is a c sharp?
list the steps in code compilation in c#?
Why abstraction is used in c#?
Are c and c# the same thing?
What is the difference between C# 3.5 and C# 4.0?
Explain About delegates
What is an actual parameter?
How to implement delegates in c#.net
What is .net console?
Can you create sealed abstract class in c#?
Why to use “using” in c#?
What is helper method in c#?