In programming language variable are used to store data/information on memory location while a program is running. As java is a strongly typed language that means each variable in Java should have a data type (int, char etc) & name (salary, age, gender etc). A variable must have value ( salary=500 or age = 25 … Continue reading What is Java Variables ?
↧