A First Java Program

January 20th, 2016

Slides

Text Book Reading

Lecture Code

In Class Exercise

Suppose the Registrar needs us to develop a system that will help them register students for courses.

Object-Oriented Design/Programming

Java Conventions

  1. Class names are upper case.
  2. Variable names are lower case.
  3. Method names (except for constructor) are lower case.

Java Key Words

Take-home Exercise