Teaching Guide: Intro to Java 2
The teacher version of Intro to Java 1 includes finished code projects, tests, video walkthroughs, and suggested project rubrics.
-
1
-
About Our Teaching Guides
-
I Really Think I Need More Training
-
2
-
Unit: Object Interaction
-
Unit Vocabulary
-
Getter and Setter Methods
-
Video: Writing Getter and Setter Methods
-
Video Walkthrough: Rock Dodger
-
Rock Dodger: Finished Code
-
Rock Dodger: Rubric
-
Using Getters and Setters
-
Adding Your Own Art
-
Video Walkthrough: Climber
-
Climber: Finished Code
-
Climber: Rubric
-
Unit Test
-
3
-
Unit: Methods and Constructors
-
Unit Vocabulary
-
The Constructor
-
Video: Adding Multiple Constructors
-
Video Walkthrough: Bouncing Balls
-
Bouncing Balls: Finished Code
-
Bouncing Balls: Rubric
-
Video Walkthrough: Pearl Collector
-
Pearl Collector: Finished Code
-
Pearl Collector: Rubric
-
The Parts of a Method
-
Video Walkthrough: Pet Owner
-
Pet Owner: Finished Code
-
Rubric: Pet Owner
-
Unit Test