Java OCA OCP Practice Question 111

Question

The Runnable interface declares which methods?

  • A. start()
  • B. run()
  • C. stop()
  • D. yield()


B.

Note

The run() method is the only method declared by Runnable.




PreviousNext

Related