基本概念 线程中断 join()、yield()、sleep() join join()方法使调用该方法的线程在此之前执行完毕,也就是等待该方法的线程执行完毕后再往下继续执行。注意该方法也需要捕捉异常。 守护线程 线程的优先级 wait()、notify()、notifyAll() nemotan / 2015-10-27 Published under (CC) BY-NC-SA in categories 高并发 tagged with 高并发 Please enable JavaScript to view the comments powered by Disqus.