单项选择题

作为类中新线程的开始点,线程的执行是从下面哪个方法开始的()

A.public void start()
B.public void run()
C.public void int()
D.public static void main(String args[])