摘要:
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 阅读全文
摘要:
20145109 《Java程序设计》第五周学习总结 教材学习内容总结 Chapter 8 Exception Handling try, catch All Exceptions are packed. If willing, 'try' to 'catch' instances, which a 阅读全文
摘要:
20145109 《Java程序设计》第四周学习总结 教材学习内容总结 Chapter 6 Inheritance & Polymorphism What is Inheritance? Basically, ingeritance aims to avoid common activity amo 阅读全文
摘要:
20145109 《Java程序设计》第二周学习总结 教材学习内容总结 Variable : naming rule : Camel case no default value e.g : ageOfStudent final : unchangeable e.g : final double PI 阅读全文