在Java中,哪个方法是实现Runnable接口必须实现的

在Java中,哪个方法是实现Runnable接口必须实现的

A.wait()

B.run()

C.stop()

D.update()

正确答案是B