美丽小熊猫

文章
4
资源
0
加入时间
2年10月24天

多线程——join()、sleep()

Thread类的方法中有一个join()方法,它是普通的实例方法,根据Java api,该方法有如下三种形式:void join(): Waits for this thread to die.void join(long millis): Waits at most millis milliseconds for this thread to die.void join(long m