#03 Java Variables | Understanding Java Variables | Static, Local, Instance variables.
You can buy me some coffee using ecocash, Innbucks, 1money, visa card, master card etc, just click this link to pay now: https://bit.ly/sachiionlineacademydonate
previous video: • #02 How Java Works? | JDK, JVM, JRE
Subscribe for more videos! bit.ly/SachiiOnlineAcademy.com
Java Variables?
A variable is a container which holds the value while the Java program is executed.
A variable is assigned with a data type.
Variable is a name of memory location.
Types of Variables in Java?
There are three types of variables in java:
1. Local
2. Instance
3. Static