黑马程序员技术交流社区

标题: 大神们,求原因 [打印本页]

作者: freehello    时间: 2015-9-1 07:50
标题: 大神们,求原因
  1. import java.lang.Math;
  2. import java.lang.Thread;

  3. public class Demo {

  4.         public static void main(String[] args) throws Exception{
  5.             while(true) {
  6.                 int i =(int) ((Math.random())*100);
  7.                 System.out.print(" " + i);
  8.                 //Thread.currentThread().sleep(160);
  9.             }
  10.         }  
  11. }
复制代码


为什么必须加上延时才输出结果,原因?
作者: 耀阳圣尊    时间: 2015-9-1 10:54
  1. System.out.println(" "+i);
复制代码

改成这个就好了
作者: freehello    时间: 2015-9-1 13:07
本帖最后由 freehello 于 2015-9-1 13:18 编辑

谢谢,是缓存问题吗




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2