3303-flashcards/hATaBiZQ - 3303/Je1lIwOD - What defines the Native Threads model.md
2026-04-20 23:08:47 -04:00

214 B

What defines the Native Threads model?


🖥️ Java threads are mapped directly to the threads supported by the host Operating System. The OS, not the JVM, is responsible for scheduling the threads.