Java OCA OCP Practice Question 2207

Question

In which class or interface is the notify() method defined?

Select the one correct answer.

  • (a) Thread
  • (b) Object
  • (c) Appendable
  • (d) Runnable


(b)

Note

The final method notify() is defined in the Object class.




PreviousNext

Related