The StringBuffer Myth
Erik C. Thauvin: In most simple string-concatenation cases, the compiler will automatically convert a series of operations on Strings into a series of StringBuffer operations, and then pop the result back into a String
Erik C. Thauvin: In most simple string-concatenation cases, the compiler will automatically convert a series of operations on Strings into a series of StringBuffer operations, and then pop the result back into a String
Permalink: http://blog.iandavis.com/2002/09/the-stringbuffer-myth/