On Wed, Jul 8, 2009 at 14:14, Jukka Zitting<[email protected]> wrote: > Or simply use the + operator which makes the code less verbose (and > automatically uses StringBuilder when compiled for Java 5).
hmm, good point to leave it up to the compiler, though it doesn't have to be StringBuilder... [0] regards marcel [0] http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.18.1.2
