Java thread MCQ - Quiz

  • AExtending the thread class.
  • BImplementing Runnable interface.
  • CBoth of the above
  • DNone of these
  • AWakes up one threads that are waiting on this object's monitor
  • BWakes up all threads that are not waiting on this object's monitor
  • CWakes up all threads that are waiting on this object's monitor
  • DNone of the above