StringBuffer vs. String

Posted by erasmus on Stack Overflow See other posts from Stack Overflow or by erasmus
Published on 2010-04-12T08:52:32Z Indexed on 2010/04/12 9:03 UTC
Read the original article Hit count: 346

Filed under:

In a code example I saw, the author uses StringBuffer with append method instead of String with + operator. What is the point here? Does StringBuffer have an advantage?

© Stack Overflow or respective owner

Related posts about java