The Runnable interface declares which methods?
start()
run()
stop()
yield()
Click to view the answer
B.
The run() method is the only method declared by Runnable.