Is there any advantage of using System.String over String.Builder
It is immutable
Simplifies strng manipulations
Simplifies concurrent multithreaded programming
None of the above