Java variables

Share:

Java variables:


A variable refers to the name given to the memory location to store the data.

A particular memory location is given only one name

Yet this name is called a variable because this memory location can store sequence of different values during the execution of the same program

therefore variables is defined as a quantity whose value changes during program execution

No comments