单项选择题

以下定义线程方法正确的是

A. Public Thread();
B. Public Thread(Runnable target)
C. Public Thread(ThreadGroup group,Runnable target);
D. 以上都正确