摘要: Reflection: To obtain meta level information about the program structure itself at runtime. To change the program interpretation or meaning at the run 阅读全文
posted @ 2017-12-18 22:03 CaiCongyu 阅读(167) 评论(0) 推荐(0) 编辑
摘要: unit tests def High-level testing vs. low-level testing: High-level: system function testing, acceptance testing, … Low-level: unit testing and integr 阅读全文
posted @ 2017-12-18 20:59 CaiCongyu 阅读(2791) 评论(0) 推荐(0) 编辑
摘要: Collection classes Types of collection -Collection -Map ArrayList HashMap Iterator Java Arrays Declaring an array int[] myArray; int[] myArray = new i 阅读全文
posted @ 2017-12-18 18:54 CaiCongyu 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Polymorphism Polymorphism: Means many (poly) shapes (morph) In OO programming, it means the ability of an object to take on many forms It is an import 阅读全文
posted @ 2017-12-18 16:56 CaiCongyu 阅读(353) 评论(0) 推荐(0) 编辑
摘要: Errors An Error is any unexpected result obtained from a program during execution. Unhandled errors may manifest themselves as incorrect results or be 阅读全文
posted @ 2017-12-18 12:29 CaiCongyu 阅读(228) 评论(0) 推荐(0) 编辑
摘要: AWT and Swing Abstract Window Toolkit (AWT): Introduced in Java 1.0 Provides classes and other tools for building programs that have a graphical user 阅读全文
posted @ 2017-12-18 00:24 CaiCongyu 阅读(317) 评论(0) 推荐(0) 编辑