Vidyalelo
Java Programming · Q82

Threads

Programming · Java Programming · question 82

Q82

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 system
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board