What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / naveen
prefer System.StringBuilder when you are doing lot of
string manuplation operations. In which case the same
string in the memory is manipulated for the resultant
operation where as when System.String variable is used
every time a new string instance is created in the memory
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Is c# and c same?
Can you instantiate an abstract class c#?
Is namespace a class?
What is garbage collection? How to force garbage collector to run?
Which of the following API is used to hide a window?
Why should you override the tostring() method?
What is monitor in C#?
In which way a two-dimensional array declared in C#?
What is short in c#?
What is console programming language?
Why can't we use a static class instead of singleton?
What is append in c#?
can you declare an override method to be static if the original method is not static?
What is string method in c#?
What are the new features in c# 2.0?