Today, we are talking about variables and variable types of java programming. Variable Types There are three types of variable types in java. They are, Local variable Instance variable Class/Static variable Local variable Local variables are declared in methods, constructors, or blocks. They are created when execution enters a method, constructor, or block and…