Digital Marketing

Our forum is Describe for what SEO stands for, tips of Social Media Marketing, How to deal with it. Learn the new ways of doing Digital Marketing....................

SEO Forum,Dofollow Forum,High PR Forum,startwithclck,Submit a guest post,Bluehost Review: Shared Hosting for WordPress,Bluehost Review,Bluehost Reviews,bluehost hosting,How to get backlink from Wikipedia,

You are not connected. Please login or register

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

Go down  Message [Page 1 of 1]

Digital Marketing


Admin

String and StringBuilder classes are used to store string values but the difference in them is that String is immutable (read only) by nature, because a value once assigned to a String object cannot be changed after its creation. When the value in the String object is modified, a new object is created, in memory, with a new value assigned to the String object. On the other hand, the StringBuilder class is mutable, as it occupies the same space even if you change the value. The StringBuilder class is more efficient where you have to perform a large amount of string manipulation.

https://digitalmarketing.niceboard.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum