What is true about time slicing?
(a) Time slicing is OS service that allocates CPU time to available runnable thread
(b) Time slicing is the process to divide the available CPU time to available runnable thread
(c) Time slicing depends on its implementation in OS
(d) Time slicing allocates more resources to thread
I had been asked this question in homework.
This question is from Multithreading topic in section Multithreading of Java