Slide 23
Slide 23 text
Primitive and Reference Types in Java
Primitive Types: int, long, float, double, byte, …
Reference Types: Integer, Long, Float, Double, String, …
● Primitives hold values
● Primitives hold only functional values
● Primitives are more time- and space-efficient