/typesOfVariable

This gives you a detailed explanation of types of variable and their syntax .

Primary LanguageJava

typesOfVariable

This gives you a detailed explanation of types of variable and their syntax.

Local Variable - A variable which is declared inside body of the method or method parameter called local method

Instance Variable - A variable which is declared inside the class but outside of all the methods is called Instance