filmov
tv
Java Platform Threads vs. Virtual Threads (Part 1)
![preview_player](https://i.ytimg.com/vi/EELPbJbOe4Q/hqdefault.jpg)
Показать описание
This video explores the differences between Java platform & virtual threads in Java 19 (and beyond). Java platform threads are typically mapped 1-to-1 onto kernel-mode threads scheduled by the operating system. In contrast, Java virtual threads are typically user-mode threads scheduled by the Java execution environment.