Java Articles, Tutorials & News

Java Quantum Computing Library

Quantum4J is a pure-Java quantum computing framework designed to bring quantum programming to the JVM ecosystem. It provides a clean, intuitive API similar to Qiskit, a fast state-vector simulator,…

Read more »

Running Java on iOS

OpenJDK is now able to build and run on iOS (and Android) as a native binary, opening the way to run unmodified Java code on mobile.

Read more »

Support for UUID Version 7 (UUIDv7) added to Java 26

With the recent approval of UUIDv7 (https://datatracker.ietf.org/doc/rfc9562/), this PR aims to add a new static method UUID.timestampUUID() which constructs and returns a UUID in support of the ne…

Read more »