Friday 21 October 2016

What is variable

What is Variable

Note Point :
  • In our regular life our pocket holds might be money, mobile and other things.
  • In our regular life our Containers hold might be shopping things.
  • Same as in java also, a variable holds the data.
What is Variable?
  • Variable holds the data which a programmer is going to use in program.
  • We can say Variable also a name of the memory location
Properties of Variable 
  • Every variable have,
      • Name
      • Type
      • Value
      • Scope
      • Lift time
      • Location
Thanks for your time.
Nireekshan