Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these statements is incorrect?
  2. 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.

    View Answer

    Workspace

    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