Pooja Singh
What is the difference between string and string Builder?
By Pooja Singh in .NET on Jul 08 2016
  • Pooja Singh
    Jul, 2016 8

    String- string is immutable, immutable means if you create string object then you cannot modified it always create new object of string type in memory. String Builder-it is mutable means if create string Builder object then you can perform any operation like insert, replace, or append without creating new instance for every time.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS