>>>>> "e" == eric  <[EMAIL PROTECTED]> writes:

 e> While fixing these problems, I've rewritten both of these methods
 e> to use StringBuffer.append() instead of String concatenation for
 e> obvious reasons.

This is what I've been taught to do once myself, but see
<URL:http://c2.com/cgi/wiki?StringBuffer> - seems like String
concatenation will result in the same bytecode anyway (more or less).

Stefan

Reply via email to