Declaring variablesLearn about various kinds of variables in Java There are 3 major kinds of variables.
This is illustrated in the image below.
Member variable (Field) declaration: The declaration of a member variable should be MODIFIERS TYPE FIELDNAME. As an example,
|