在Java中,下列属于线程类构造方法的有
A.public Thread();
B.public Thread(Runnable target);
C.public Thread(Runnable target,String name);
D.以上都正确
正确答案是D