This is for "Intro to programming with Java"
Primitives are variables that hold one piece of data such as an integer, double, etc. References variables are more complex and can hold groups of related data. What are some other References variables (other than String)? How are they used?