Wyo Java Ch. 2 Lecture Notes

Objective #1: Explain the differences between an object, an object variable, and an object reference.

Objective #2: Use constructors.

Objective #3: Implement a class by creating methods, constructors, and properties within the class.

Objective #4: Be able to access and modify properties of an object and use local variables within the methods of a class.

Objective #6: Document Java source code appropriately.

Objective #7: Create an executable jar file that can also be used as a library class.