Data Types
The term data type refers to the type of data that can be stored in a variable.
Sometimes,java is called a "strongly typed language"because when you declare a variable,you must specify the variable's type.
Then the compiler ensures that you don't try to assign data of the wrong...
Data Types and variables in Java
