Data Types define the values that can store variables in Java. Java is a statically-typed language . A language is
Continue readingTag: java tutorial
Variables in Java
Variable is a name of reversed memory area of any values. Variable’s value can be change during execution of program.Variable
Continue reading