极四维博客 Java 1 条留言 5216 次浏览 6 年前 (2018-12-03) [编辑]
err 是运行期异常和错误反馈的输出流的方向
System.err.println 只能在屏幕上实现打印,即使你重定向了也一样
用 err 打印出的 字符串,再 eclipse 的 console 会显示成红色
标准输出往往是带缓存的,而标准出错没有缓存(默认设置,可以改)
System.out.println("1"); System.out.println("2"); System.err.println("3");
上述输出 1、2 顺序输出,3 输出顺序不定
手机扫描二维码访问
本文标题:《System.out.println 与 System.err.println 的区别》作者:极四维博客原文链接:https://cway.top/post/127.html特别注明外均为原创,转载请注明。
java设置Tag是个好习惯
支付宝
微信
QQ 钱包
扫描二维码
可在微信查看或分享至朋友圈。
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
/external_link_security_jump.html?jump_url=http%3A%2F%2F17cwh.com%2Farchives%2Fcategory%2Fjilu