6 lines
195 B
Markdown
6 lines
195 B
Markdown
|
|
Does the Java specification **require** timeslicing for equal-priority threads?
|
|
|
|
---
|
|
|
|
📜 **No.** Either approach (running to completion or timeslicing) is permitted by the Java specification.
|