In
#Java, there are 2 types of
#variables that can be declared outside a method
1 - Instance variables
2 - Static variables
With
#StaticVariables the keyword "static" is declared before the type & unlike
#InstanceVariables it's stored value belongs to the class & not the object