Topic: 新手问个很简单的问题 希望高手回复 (System.out.flush() & InterruptedException) |
Print this page |
1.新手问个很简单的问题 希望高手回复 (System.out.flush() & InterruptedException) | Copy to clipboard |
Posted by: dyy11 Posted on: 2004-08-11 16:41 请问 一: System.out.flush(); 是什么意思 二: InterruptedException 这个异常是什么意思 怎么才能产生 我在一本书上看见 有Sleep 语句 就一定得用这个异常 还有书上catch(InterruptedException e){return;} 这里面用RETURN 语句有什么作用 不用会怎么样 希望高手指点 我刚接触JAVA |
2.Re:新手问个很简单的问题 希望高手回复 [Re: dyy11] | Copy to clipboard |
Posted by: jack85017 Posted on: 2004-08-11 16:56 我也不知道。看来我比你还新呀 System.out.flush();应当是一个输入吧 System.out.print();这个是输出的。 |
3.Re:新手问个很简单的问题 希望高手回复 [Re: dyy11] | Copy to clipboard |
Posted by: cxp108 Posted on: 2004-08-11 18:21 一. System.out是系统标准输出流,System.in是系统标准输入流 几乎所有的输出流都会有flush()方法,该方法将输出流的缓冲倾倒 出去(就是全部输出),但一般来说很少有System.out.flush()的. 二. InterruptedException 是一个线程中断异常,如果在调用Sleep的时候 该线程出现中断就会抛出该异常,catch(.....){后面的语句就是代表如果抛出这个 异常要怎么办,return的话就是返回咯. 建议好好看看入门书籍,推荐<<Thinking in java>> |
4.Re:新手问个很简单的问题 希望高手回复 (System.out.flush() & InterruptedException) [Re: dyy11] | Copy to clipboard |
Posted by: jack85017 Posted on: 2004-08-12 13:03 嘻嘻。我告诉你们下载的地方。 http://www.wgqqh.com/shhgs/tij.html 不是不这个呀!Thinking in Java 3rd Edition 中文版 我下载看看了。 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |