Revisiting Java in 2021 – Part II

A look at how Java 17 stacks up against Kotlin and Scala for development teams in 2021, and an overview of popular JVM technologies. Read more

Similar

Java 25

This release is the Reference Implementation of version 25 of the Java SE Platform, as specified by JSR 400 in the Java Community Process. (more…)

Read more »

Measuring Time: From Java to Kernel and Back

Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do a deep dive into measuring time in Java. We will start with the very basics of the Java API and gradually move lower in our stack: throug... (more…)

Read more »