Variable is the reserved memory location in the main memory (RAM). It is made up of “vary + able” that means the value can be changed. The actual value in the memory location changes during the execution of the program. int number=50; //number is the variable Java Variables A variable is like a container that […]

