3303-flashcards/hATaBiZQ - 3303/RU2oRvBN - If $t_1$ and $t_2$ are high priority and $t_3$ is low priority when will $t_3$ get to run in a timesliced system.md
gwg313 e83b60af4f
first commit
update readme

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

305 B

If t_1 and t_2 are high priority and t_3 is low priority, when will t_3 get to run in a timesliced system?


Only when both t_1 and $t_2$ are no longer eligible to run (e.g., they terminate or block). The JVM will not schedule lower-priority threads while higher ones are Runnable.