Home » Java Programming » Threads :: Discussion
Discussion :: Threads - Section 1
  1. Which of the following will directly stop the execution of a Thread?

  2. A.
    notify()
    B.
    notifyall()
    C.
    wait()
    D.
    exits synchronized code

    view answer View Answer

    work space Workspace


Be The First To Comment