VB Dot Net Developer Question:

Download Job Interview Questions and Answers PDF

Can you please explain the difference between System.String and System.StringBuilder classes?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

System.string class is non-updatable and it will create new string object instead of updating the same. But updation in the same string object is possible for String. Stringbuilder class. So, the operation on string builder is faster and efficient than the string class.

Download VB .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the use of Option explicit?Can you please explain the difference between int and int32?