Java 23

This release is the Reference Implementation of version 23
of the Java SE Platform, as specified by JSR 398 in the Java Community Process. Read more

Similar

Reordering Futures in Java Streams

Futures are an interesting conecpt in concurrent and parallel programming. I’ve written about them several time, the last time in Advanced Futures With Play Framework. Streams are a concept which came with Java 8 to operate on a stream of objects, transfo... (more…)

Read more »