码迷,mamicode.com
首页 > 其他好文 > 详细

System.err和System.out

时间:2015-04-08 16:19:47      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:

System.err和System.out是错误输出和标准输出

System.err.println只能在屏幕上实现打印,err是运行期异常和错误反馈的输出流的方向。
使用err打印出的字符串,在eclipse的console会显示成红色的。

System.out.println 能重定向到别的输出流,这样你在屏幕上将看不到打印的东西。
System.out.println可能会被缓冲,而System.err.println不会

参考:http://blog.sina.com.cn/s/blog_b4bfd3050101bmbk.html

System.err和System.out

标签:

原文地址:http://www.cnblogs.com/yunkong/p/4402710.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!