Which method in the Thread class is used to create and launch a new thread of execution?()
A、A. Run();
B、B. Start();
C、C. Execute();
D、D. Run(Runnable r);
E、E. Start(Runnable r);
F、F. Execute(Thread t);