Articles, Home

Java Virtual Threads

From Java 19 virtual threads were added to Java. This tutorial explains how to create Java virtual threads, and how they differ from system threads in Java

Articles, Home

Thread Pools

This tutorial explains what a thread pool is, how they work, and shows a simple implementation in Java of a thread pool.