← Java Foundations

Week 1 — Welcome to Java

Mar 30 – Apr 3  ·  5 lessons  ·  Quiz 1 (Thu)  ·  Labs 00–02

Objectives

  • Explain how Java compiles and runs
  • Write precise console output
  • Declare variables of different types
  • Distinguish the 8 primitive types
  • Read user input with Scanner

This Week

Quiz 1
Thursday in class — Hello World, variables, output
Lab 00
Workflow Bootcamp — Git, Gradle, testing
Lab 01
Hello World — compile and run your first program
Lab 02
Character Stats — variables of every type, formatted output

Reading

  • Ch. 1 — Introduction to Java Programming
  • Ch. 2 §2.1–2.2 — Data Concepts & Variables
  • Ch. 3 §3.3 — Using Objects (Scanner)
  • Setup Hub