Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these method is used to begin the execution of a thread?
  2. A.
    run()
    B.
    start()
    C.
    runThread()
    D.
    startThread()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    start()


Be The First To Comment