Good link to understand that concat() method in String
class uses StringBuilder class.
http://www.venishjoe.net/2009/11/java-string-concatenation-and.html
Also, included in the link is the performance analysis of
+ operator, concat method, StringBuffer and StringBuilder.
Bye,
Vivek
No comments:
Post a Comment