Variables and data types
Original link: https://www.lifengdi.com/archives/course/java/3907 Variables What are variables? Variables are the algebraic concept of junior high school mathematics, such as a simple equation, x and y are variables: y=x^2+1 In Java, variables are divided into two types: basic type variables and reference type variables. Let’s start by discussing basic types of variables. In Java, variables must […]
Variables and data types Read More »