ASL STEM Logo

ASL STEM

Uninitialized Variables Sign Video

No video uploaded yet.

Definition

once a variable is declared, Java sets aside a memory location to store its value. However, with the simple form of variable declaration used in our program, Java does not store initial values in these memory locations.

Source: Reges & Stepp

Example

once a variable is declared, Java sets aside a memory location to store its value. However, with the simple form of variable declaration used in our program, Java does not store initial values in these memory locations.