Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Thread priority in Java is?
  2. A.
    Integer
    B.
    Float
    C.
    double
    D.
    long

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Java assigns to each thread a priority that determines hoe that thread should be treated with respect to others. Thread priority are integers that specify relative priority of one thread to another.


Be The First To Comment