黑马程序员技术交流社区

标题: 过来看看这是什么问题 [打印本页]

作者: itheima_casper    时间: 2015-10-16 21:28
标题: 过来看看这是什么问题
  1. public static void main(String[] args) throws InterruptedException, IOException {
  2.                 BufferedReader bfr = new BufferedReader(new InputStreamReader(System.in));
  3.                 String line = null;
  4.                 while((line = bfr.readLine())!="a"){
  5.                         System.out.println(line);
  6.                        
  7.                        
  8.                        
  9.                 }
  10.         }       
复制代码
   输入a为什么程序不停止呢
作者: itheima_casper    时间: 2015-10-16 21:33
好吧,我知道了,字符串 == 字符串,比较引用地址了  用equals
作者: shuide    时间: 2015-10-16 21:45
为什么程序不停止呢
作者: shuide    时间: 2015-10-16 21:49
为什么程序不停止呢
作者: 田策    时间: 2015-10-16 23:19
相互学习一下!!!!




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