摘要: byte——number,1byteshort——number,2byteint——number,4bytelong——number,8bytefloat——floatnumber,8bytedouble——doublenumber,8bytechar——acharacter,2byteboolea... 阅读全文
posted @ 2015-10-01 23:50 gavinsun 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1 public class HelloWorld {2 3 public static void main(String[] args) {4 System. out.println("Hello world!" );5 6 }7 8 }代码解读:1 pub... 阅读全文
posted @ 2015-10-01 11:20 gavinsun 阅读(192) 评论(0) 推荐(0) 编辑