ASP Programming Question:
Download Questions PDF

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

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 ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?How big is the data type int in .NET?