1.

Explain the difference between System.String and System.StringBuilder classes?

Answer»
S.noSystem.stringsystem.stringbuilder
1.ImmutableMutable
2.Does not USES APPEND keywordUses Append keyword
3.SlowFast


Discussion

No Comment Found