在Java中,实现线程体的方式除了继承Thread类,还可以实现()接口

在Java中,实现线程体的方式除了继承Thread类,还可以实现()接口

A.Cloneable

B.Runnable

C.Iterable

D.Serializable

正确答案是B