Content
.Variable
.static
.abstract
Variable
In Java we can create variable in three different way
.instance variable
.local variable
.static variable
Instance variable
the variable which is declare inside class but not inside the method is known as ...