Using Objects
Two Kinds of Data. Java splits all data into two families: primitive types and reference types (objects). Knowing which is which controls how values are stored, copied, and compared. Primitive Types. The AP CSA Java subset uses three primitives: - int : whole
8 lessons, each with runnable code in the browser.