Java
Java Variable Types
A variable name is a name given to a memory location. It is the basic unit of storage in a Java program.
Three types of variables in java:-local variable, instance variable , Class/static variable.