摘要: 1. Java Basic Structurepublic class Hello { public static void main(String[] args) { System.out.println("Hello World"); } ... 阅读全文
posted @ 2015-07-22 12:27 whu.yt 阅读(243) 评论(0) 推荐(0) 编辑
摘要: I/OSystem.out is a PrintStream object that outputs to the screen.System.in is a InputStream object that reads from the keyboard.InputStream objects (l... 阅读全文
posted @ 2015-07-22 10:32 whu.yt 阅读(119) 评论(0) 推荐(0) 编辑