Wyo Java Ch. 3 Lecture Notes

Objective #1: List the primitive data types and their characteristics.

Objective #2: Explain problems that can occur when using int and double data types.

Objective #3: Use the Integer and Double wrapper classes.

Objective #4: Use the String type.

Objective #5: Use the Math class for routine mathematical tasks.

Objective #6: Read program input.

Objective #7: Explain how primitive types and object references are copied and be able to draw a supporting diagram.