InterviewSolution
Saved Bookmarks
| 1. |
What will happen if two thread of the same priority are called to be processed simultaneously?(a) Anyone will be executed first lexographically(b) Both of them will be executed simultaneously(c) None of them will be executed(d) It is dependent on the operating systemI have been asked this question in exam.This interesting question is from Multithreading Basics in section Multithreading of Java |
|
Answer» The correct answer is (d) It is dependent on the operating system |
|