P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> IT Interview Question Answer Discussion >> System.String and System.Text.StringBuilder...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
System.String and System.Text.StringBuilder
NetExpert Posted: Thursday 05, February 2015 04:17:05 PM     
   
What is the difference between System.String and System.Text.St
ringBuilder classes?
Back to Top ^  
 AtanuMaity Posted: Monday 23, March 2015 06:17:46 PM
  
   
String is immutable, meaning that once you created string object then you can nott modify it. String
Builder is mutable, meaning that once you created string builder object then you can modify or appen
d without creating a new instance for every time.

Back to Top ^ 
 NetExpert Posted: Saturday 29, August 2015 07:26:54 AM
  
   
Thanks..plz share code snippet 
Back to Top ^ 


Home > Programmer2Programmer.NET Forum >IT Interview Question Answer Discussion >> System.String and System.Text.StringBuilder...