Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Interview Questions and Answers | ||||
Usually asked only to fresh graduates. | ||||
| ||||
Ans. In preemptive scheduling, highest priority task continues execution till it enters a not running state or a higher priority task comes into existence. In time slicing, the task continues its execution for a predefined period of time and reenters the pool of ready tasks. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  operating system   scheduling   threads   multi threading   rare | ||||
Related Questions | ||||
Which keyword is used to provide explicit access of a code block to single thread ? a. Transient b. Final c. Explicit d. Synchronized | ||||
Explain multithreading in Java ? | ||||
What is a Deadlock ? | ||||
Explain Thread States ? | ||||
Why do we need Thread class even in case we execute thread using runnable interface ? | ||||
Difference between Process and Thread ? | ||||
What is race condition ? | ||||
What is the use of runnable interface if we can always create a new thread using Thread class ? | ||||
What is an object's lock and which object's have locks? | ||||