I presume this is referring to https://openjdk.org/jeps/280 (JEP 280: Indify String Concatenation) which was implemented in Java 9.
On Sat, Dec 14, 2024, 6:26 PM Elliotte Rusty Harold <[email protected]> wrote: > On Sat, Dec 14, 2024 at 3:08 PM Serw <[email protected]> wrote: > > > Would the community support using string concatenation over StringBuilder > > for simple cases? Modern JDKs (8+) optimize string concatenation > > efficiently, making it both concise and performant. > > Interesting. Do you have a reference for that? > > -- > Elliotte Rusty Harold > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
