摘要: Experiment Ⅰ ——getting familiar with JDK (Linux + Eclipse) Content 1.Compile and run easy Java programs using JDK; 2.Edit, compile, run and debug in E 阅读全文
posted @ 2016-04-10 09:22 Christen 阅读(173) 评论(2) 推荐(0)
摘要: 20145109 《Java程序设计》第五周学习总结 教材学习内容总结 Chapter 8 Exception Handling try, catch All Exceptions are packed. If willing, 'try' to 'catch' instances, which a 阅读全文
posted @ 2016-04-03 22:13 Christen 阅读(183) 评论(2) 推荐(0)
摘要: 20145109 《Java程序设计》第四周学习总结 教材学习内容总结 Chapter 6 Inheritance & Polymorphism What is Inheritance? Basically, ingeritance aims to avoid common activity amo 阅读全文
posted @ 2016-03-27 21:33 Christen 阅读(302) 评论(3) 推荐(0)
摘要: 20145109 《Java程序设计》第三周学习总结 教材学习内容总结 Chapter 4 Object 4.1 Class & Object definition of class: class Clothes { String color; char size; //color & size a 阅读全文
posted @ 2016-03-20 22:50 Christen 阅读(383) 评论(4) 推荐(0)
摘要: 20145109 《Java程序设计》第二周学习总结 教材学习内容总结 Variable : naming rule : Camel case no default value e.g : ageOfStudent final : unchangeable e.g : final double PI 阅读全文
posted @ 2016-03-13 22:04 Christen 阅读(293) 评论(5) 推荐(0)