单项选择题

下列哪个方法用来定义线程的具体行为,也就是定义线程体

A.start( )
B.run( )
C.init( )
D.thread( )