Home / C# Programming / Strings - C# :: Discussion

Discussion :: Strings - C#

  1. The string built using the String class are immutable (unchangeable), whereas, the ones built- using the StringBuilder class are mutable.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment