Learning Outcomes
Decompose problems into actions and objects
Decompose problems into actions and objects and implement them in the Java programming language. Includes both using objects and creating new classes.
Take advantage of automated development tools
Using Eclipse to Develop Java Programs, including:
- Creating & Running new Java programs
- Importing & Exporting existing Java programs
- Automatically generating source code
- Testing with JUnit
- Using the automated debugger