6 lines
267 B
Markdown
6 lines
267 B
Markdown
|
|
In **Embedded Systems**, how is Java thread scheduling typically determined?
|
|
|
|
---
|
|
|
|
📟 Java threads are usually mapped to the native threads/tasks of the **Real-Time Operating System (RTOS)**. Therefore, Java thread scheduling is equivalent to **RTOS scheduling**.
|