uninitialized variable
All > Technology > Programming > Java
- A local variable that been declared, but has had no value assigned to it. The compiler will warn of variables which are used before being initialized.
David J. Barnes - Cite This Source - This Definition - blank final variable, constant, declaration and initialization, default initial value, final, final variable, initializer, null reference, Reference, variable declaration