Variable:A named storage location in memory that can hold a value.
Primitive Data Types: Basic data types in Java such as int, double, boolean, etc., which have default values assigned by Java.
Initialization:The process of assigning an initial value to a variable before it is used.