1. Variables Contents »   

Computer Programs often need to :

  • Store data
  • Perform operations on the data

We need a place in the main memory of the computer to store this data.

In Java we use variables.

Next »