Variable Type
Primitive Type
What is Primitive Type?
- Numbers, characters, and booleans
- Stored in fastest available memory
- Primitive data type names are all lowercase
- Not a primitice: String
Each Primitive type has a class called wrapped class.
Each Primitive type has a class called wrapped class.