3303-flashcards/hATaBiZQ - 3303/0cXmwn3Z - Why does the JVM rely on the preemption of lower-priority threads.md
gwg313 e83b60af4f
first commit
update readme

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

6 lines
247 B
Markdown

Why does the JVM rely on the **preemption** of lower-priority threads?
---
🚨 To ensure that **high-priority threads** that need processor time urgently (e.g., for real-time tasks) receive it immediately without waiting for others to finish.