3303-flashcards/hATaBiZQ - 3303/Je1lIwOD - What defines the Native Threads model.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

6 lines
214 B
Markdown

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.