单选题 实现一个线程的创建有( )种方法。
A) 1 B) 2 C) 3 D) 4

【正确答案】 B
【答案解析】[解析] 创建线程有两种方法:实现java.lang.Runnable接口;继承Thread类并重写run()方法。