Java learning summary (2021 version) --- variables

The essence of programming is to access and modify new data in the memory.
Assignment of a variable to a program is actually the process of loading data into the memory area represented by the variable. The
program reads the value of a variable, which is actually represented by the variable. The process of fetching the value of the memory area

Insert picture description here

Guess you like

Origin blog.csdn.net/m0_51755061/article/details/113109783