填空题

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

【参考答案】

可运行状态