单项选择题

如果一个类实现Runnable接口,则这个类必须包含哪些方法

A.start( ),stop( )和run( )
B.actionPerformed( )
C.run( )
D.init( )