首页
技术面试题 3000
start与run区别。
start与run区别。
答案解析
start启动新线程并执行run方法;直接调用run不会新建线程,只在当前线程顺序执行。多线程必须用start。
返回列表
返回首页