Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these method of Thread class is used to Suspend a thread for a period of time?
  2. A.
    sleep()
    B.
    terminate()
    C.
    suspend()
    D.
    stop()

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    sleep()


Be The First To Comment