单选题 1分 使用Runnable接口创建线程时,需要将Runnable对象传递给( )。 AThread类的构造方法 BRunnable类的构造方法 CThread类的start()方法 DRunnable接口的run()方法