News

Googling for "Java return multiple values" reveals people like some "javatuples" library. I have not played with records yet, but if you are using Java >= 16, I would test using records.
Java has a powerful new concurrency model, and it works with both traditional and virtual threads. Here's a first look at structured concurrency. Structured concurrency is a new way to use ...