DEV Community

hema latha
hema latha

Posted on

what is variable ?

In java variable are named memory location that store data values and can be changed during programme execution.
types of variable
1.Instance variable

  1. Static variable
  2. Local variable

Top comments (0)