填空题

Java中,新建的线程调用start()方法,如mythread.start(),将使线程的状态从New (新建状态)转换为______。

【参考答案】

可运行状态