Discussion :: JAVA MCQs
- Which of these statements is incorrect?
A.
By multithreading CPU's idle time is minimized, and we can take maximum use of it.
|
B.
By multitasking CPU's idle time is minimized, and we can take maximum use of it.
|
C.
Two thread in Java can have same priority
|
D.
A thread can exist only in two states, running and blocked.
|
Answer : Option D
Explanation :
Thread exist in several states, a thread can be running, suspended, blocked, terminated & ready to run.
Be The First To Comment