单项选择题

ThreadFactory中用于创建线程的核心方法是()

A.newThread(Runnable r)
B.startThread(Runnable r)
C.setThread(Runnable r)
D.executor(Runnable r)