首页题库练习题目详情
Java语言程序设计单选题中等

下列哪种方式是线程终止的标准做法?

A使用 stop() 方法
B使用 interrupt() 方法
C让线程自然结束 run() 方法
D使用 destroy() 方法