物件導向程式設計
Slides |
Chapter 1 | Chapter 2 | Chapter 3 |
Chapter 4 | Chapter 5 | Chapter 7 |
Chapter 8 | Chapter 12(I) | Chapter 9 |
Chapter 10 | Chapter 11 | Chapter 12(II) |
Chapter 13 | Chapter 14 | |
Homeworks |
HW 1 | HW 2 | HW 3 |
HW 4 | HW 5 | HW 6 |
HW 7 | | |
Applet 範例:
補充教材:
- DrJava: A free Java editor used in this class.
- Some Simple Examples
- Dana Nourie and Mike McCloskey, Regular Expressions and the Java Programming Language, developers.sun.com, 04/2002.
- Exception Handling
- Jeff Friesen, Exceptions to the programming rules, Part 2, JavaWorld, 04/05/2002.
- Exception Handling Practices by Brian Goetz (JavaWorld).
-
Use exceptions effectively in your programs
-
Use exception chaining to preserve debugging information
-
Use message catalogs for easy localization
- Annotations
- Chisty, Annotations in Java 5.0, Javabeat.net.
- Use Netbeans IDE
- Dana Nourie, Getting Started with the NetBeans IDE Tutorial, Part 1, Sun Developer Network, 05/22/2005.
Interesting Links: