Software¶
Instructions for setting up software for this class can be found below.
Online References¶
Resources that start with [square brackets]
are referenced on the calendar.
Learning Java¶
- [Schafer] Java Tutorial: A guide to learning Java using other languages as example.
- [BJP] Building Java Programs: Optional course textbook.
- Learn Java in Y Minutes
Useful CSE 122 Resources¶
- CSE 122 Code Quality Guide
- CSE 122 Commenting Guide
- Tips for Testing
- Tips for Success at UW
- Java Cheat Sheet (ignore section on
ArrayList
, “Access, Enacpsulation, and Static Methods”, “Inheritance and Polymorphism”, “Two-Dimensional Arrays”)