Programming - Threads - Discussion

You Are Here :: Home > JAVA > Threads - Discussion

 



Q.

Time-Sliced (Round-Robin) Scheduling ? A running thread is allowed to be execute for the fixed time, after completion the time, current thread indicates to the another thread to enter it in the runnable state.                         


A. Thread Scheduler B. Time-Sliced Scheduling
C. Preemtive Scheduling D. Dead Lock

Answer: Option B
Explaination:

 


Time-Sliced (Round-Robin) Scheduling ? A running thread is allowed to be execute for the fixed time, after completion the time, current thread indicates to the another thread to enter it in the runnable state.




Discussion

Your Comments Goes here...
NameDiscussion