Citation:
This term refers to the initial values automatically assigned by Java if no explicit value is provided for variables during declaration.
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.
The process of assigning an initial value to a variable before it is used.