Differences between String, StringBuffer and StringBuilder in Java Get link Facebook X Pinterest Email Other Apps February 22, 2012 You can find here: http://javarevisited.blogspot.com/2011/07/string-vs-stringbuffer-vs-stringbuilder.html Get link Facebook X Pinterest Email Other Apps Comments AashishJuly 23, 2014 at 4:36 PMString is an immutable class while StringBuilder & StringBuffer are mutable classes. StringBuffer is synchronized while StringBuilder is not.Below link can be useful to find more differences between String, StringBuffer & StringBuilderDifference between String, StringBuffer and StringBuilderhttp://newtechnobuzzz.blogspot.com/2014/07/difference-between-string-stringbuffer.htmlReplyDeleteRepliesReplyanurag singhAugust 16, 2017 at 6:15 PMThis is very nice article about Java String vs StringBuffer .thanks for this nice post.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Why String is immutable or final in Java February 22, 2012 related link ::::: http://javarevisited.blogspot.in/2010/10/why-string-is-immutable-in-java.html Read more
String is an immutable class while StringBuilder & StringBuffer are mutable classes. StringBuffer is synchronized while StringBuilder is not.
ReplyDeleteBelow link can be useful to find more differences between String, StringBuffer & StringBuilder
Difference between String, StringBuffer and StringBuilder
http://newtechnobuzzz.blogspot.com/2014/07/difference-between-string-stringbuffer.html
This is very nice article about Java String vs StringBuffer .
ReplyDeletethanks for this nice post.