[seriesposts]
线程休眠的方法是Thread.sleep(long millis) 和Thread.sleep(long millis, int nanos)
sleep()单位是毫秒
问题1.休眠的时候,哪个线程会休眠
答案:哪个线程调用了sleep,哪个就会休眠
问题2.主线程能休眠了
可以
Thread.sleep()经常被调用来进行程序的等待,比如你想让你的程序定时执行,可以写个代码
int a=2
while(a > 1){
r More
Warning: Undefined variable $max_page in /backup/www/javaer.com/blog/wp-content/themes/yuexiaosheng/functions.php on line 139