MWManmohan Wableinmanmohan0.hashnode.dev·Mar 17, 2025 · 1 min readTypes of VariablesInstance:- If the value of a variable is changing from an object to an object then it is called an instance variable eg:- class Employee { void getEmployee () { int x = 10; //not an instance variable } static { int x = 1...00