Variable is a placeholder for a value that behaves as the value it contains.
x = 123
y = "Hello"
z = true
this is how variable looks like. but in java we need to specify the data type when we declare a variable. So for that we need Data Types
How to Declare a Variable?
Transclude of Variables-2024-08-28-03.47.43.excalidraw
Print Variable
Swap variables in Java