What will happen if two thread of same priority are called to be processed simultaneously?
Answers
Answered by
0
Java, "thread" means two different things: ... Threads can exercise considerable control over threads of the same process; .
Answered by
1
If two threads of same priority are called to be processed simultaneously, it depends on operating system. It is also called multithreaded program. In this process more than two programs can run. A single process can gather many informations. Many parts can simultaneously same process. So it is known as threadbased simultaneously process.
Similar questions