Home » JAVA Programming » Multithreading » Question
  1. What is true about time slicing?
    1. Time slicing depends on its implementation in OS
    2. Time slicing is OS service that allocates CPU time to available runnable thread
    3. Time slicing is the process to divide the available CPU time to available runnable thread
    4. Time slicing allocates more resources to thread
    5. None of these
Correct Option: C

Time slicing is the process to divide the available CPU time to available runnable thread.



Your comments will be displayed only after manual approval.