填空题

java中,新建的线程调用start()方法、如myThread.start(),将使线程的状态从New(新建状态)转换为()

【参考答案】

可运行状态