Differentiate between instance and local variables.
Instance variables and local variables in Java have distinct characteristics and purposes:Instance VariablesDefinition: Instance variables are attributes defined in a class and are associated with instances (objects) of that class.Scope: They can be accessed by all methods within the class.Lifetime: