On Sun, Dec 15, 2024 at 2:00 PM Peter Burka <pe...@quux.net> wrote:
>
> Before Java 9, javac always generated StringBuilder calls for string
> concatenation (or StringBuffer prior to Java 2). Using + is less verbose,
> generates the same code, is more readable, and, when we do finally bump the
> compile target, will generate better code.
>

reference?


-- 
Elliotte Rusty Harold
elh...@ibiblio.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to