java string concatenation speed tests
Should string concatenation be done using StringBuilder?
Is StringBuilder really faster than synchronized StringBuffer?
Does a real-time library help to make it faster?
See this benchmark to help you make up your mind.
Continue reading over at dzone...
