Tagged articles
4 articles
Page 1 of 1
JD Tech
JD Tech
May 11, 2023 · Fundamentals

Evolution of Java Multithreading: From Manual Gear to Virtual Threads

This article systematically traces the evolution of Java multithreading from the early native Thread model through the introduction of java.util.concurrent and synchronized optimizations to the modern virtual thread era, highlighting key concepts, milestones, and performance impacts.

JDKJava 19Virtual Threads
0 likes · 19 min read
Evolution of Java Multithreading: From Manual Gear to Virtual Threads
JD Cloud Developers
JD Cloud Developers
Mar 1, 2023 · Fundamentals

From Manual to Autonomous: Java Multithreading Evolution & Virtual Threads

This article chronicles the evolution of Java multithreading from early native threads through the introduction of the concurrency utilities, lock optimizations, the Fork/Join framework, CompletableFuture, reactive streams, and finally virtual threads in JDK 19, explaining each milestone, its motivations, and its impact on modern Java development.

JDKJava 19Virtual Threads
0 likes · 26 min read
From Manual to Autonomous: Java Multithreading Evolution & Virtual Threads
Programmer DD
Programmer DD
Dec 14, 2022 · Fundamentals

Eclipse 4.26 Released: Java 19 Support and New Refactoring Features

Eclipse 4.26 (2022‑12) has been officially released, offering Java 19 support with preview JEPs, new class helper functions, and an improved Extract Local Variable refactoring that prevents NullPointerExceptions, along with download links, update instructions, and detailed examples.

EclipseIDEJDT
0 likes · 4 min read
Eclipse 4.26 Released: Java 19 Support and New Refactoring Features