Understanding the difference between local variables, instance variables, and static variables in Java is one of the most frequently asked Java interview questions.
In this video, we explain:
1. What is a local variable in Java
2. What is an instance variable and how it works with objects
3. What is a static variable and why it is shared across objects
4. A real Java example with two objects