News
The thread gate pattern is an effective tool for managing thread concurrency, but not many developers know about it. Fire up your IDE for a quick tutorial in implementing thread gates in ...
Studying the Thread class is very helpful for understanding how threading works in Java programs. We can access the thread that is being executed by invoking the currentThread().getName() method ...
Virtual threads are a lightweight implementation of Java threads, delivered as a preview feature in Java 19. They dramatically reduce the effort of writing, maintaining, and observing high ...
This article explores Helidon 4's adoption of Java 21's virtual threads from Project Loom, simplifying coding and boosting performance for microservice development.
A preview feature in JDK 22 combines the strengths of virtual threads and parallel streams to improve optimization and performance. Here's how it works.
Results that may be inaccessible to you are currently showing.
Hide inaccessible results