Let's Replace the synchronized Keyword
Let's replace the synchronized keyword to be more virtual threads friendly in a code readable way.

Anthony Goubard
13,781 viewsLet's replace the synchronized keyword to be more virtual threads friendly in a code readable way.

Mahendra Rao B
9,955 viewsDive into the world of functional programming in Java and through declarative programming we can able write a better and concise code

Hanno Embregts
15,456 viewsJava 22 is here, and it's ready to rock! Boasting a set of 12 JEPs, it finalizes features and previews new ones. This article has all the …

Last September, we got Java 21, a Long Term Support (LTS) version with eight new big features and seven incubator or preview features. Does …

Simon Ritter
5,589 viewsOracle deserves props for continuing to develop Java as an open-source platform, but its pricing model and licensing continues to drive …

Jonathan Vila
10,068 viewsIncrease readability, reduce cognitive complexity, and avoid bugs that are hard to spot with Java's Pattern Matching.

Jonathan Vila
14,038 viewsImmutability in Java with creational patterns Builders and Withers, along with a new type of immutable object in Java: Records.

Anthony Goubard
20,517 viewsHow fast can you process a 1 billion rows text file in Java? That's the challenge that many Java developers tried to solve in January 2024.

Simon Ritter
6,913 viewsDid you know switching your Java runtime helps reduce Cloud waste?

Anthony Goubard
8,157 viewsSorting text should be easy as String implements the Comparable interface. In this article, we'll see that it can be more complicated than …