Tuesday 27 December 2011

100.which of the following are true of the system.text.StringBuilder class?

A.it is less efficient than string concatenation when many concatenation are performed
B.There is a method which formats the string being appended to the stringBuilder, much like the string format
C.The StringBuilder is most efficient when initialized using the parameterless constructor
D.All of the above
E.None of the Above.
Ans:B