Java 中线程的________是由 java.lang.Thread 类的 run( ) 方法定义的。
线程体
方法 run( ) 称为线程体, 它包含了要执行的这个线程的内容, run( ) 方法运行结束, 此线程终止。