Data Types

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

Objective #2: Explain how primitive types are copied and be able to trace their values.

Objective #3: Explain problems such as loss of precision, overflow, and integer division that can occur when using int and double data types and how to work around some of the problems using casting.

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