Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these method waits for the thread to treminate?
  2. A.
    sleep()
    B.
    isAlive()
    C.
    join()
    D.
    stop()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    join()


Be The First To Comment