What is the advantage of using System.Text.StringBuilder over System.String?

Options
- StringBuilder is more efficient when there is a large amount of string manipulation
- StringBuilder creates a new instance in memory, each time a string is changed
- Both a and b are correct


CORRECT ANSWER : StringBuilder is more efficient when there is a large amount of string manipulation

Discussion Board
c#.net

I want to C#.new web developer.

kaushal kumar 03-19-2015 11:46 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement