On Sun, Dec 15, 2024 at 2:00 PM Peter Burka <[email protected]> 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 [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
