6 lines
214 B
Markdown
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.
|