C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

What is the difference between System.String and System.StringBuilder classes?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

System.String is immutable; System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
What does the parameter Initial Catalog define inside Connection String?What is the top .NET class that everything is derived from?