What Will Happen If Two Thread Of The Same Priority Are Called #900
What will happen if two thread of the same priority are called to be processed simultaneously?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Multithreading - Java Multithreading Basics - Quiz No.1.
What will happen if two thread of the same priority are called to be processed simultaneously?
Anyone will be executed first lexographically
Both of them will be executed simultaneously
None of them will be executed
It is dependent on the operating system