Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these method of Thread class is used to find out the priority given to a thread?
  2. A.
    get()
    B.
    ThreadPriority()
    C.
    getPriority()
    D.
    getThreadPriority()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    getPriority()


Be The First To Comment