Home / Report Question

Q. Which of the following will ensure the thread will be in running state?
  • A. yield()
  • B. notify()
  • C. wait()
  • D. Thread.killThread()