Java Data Types at a glance
Java Data Types
Java requires specifying the data type when declaring a variable.This has two goals:
To know how many memory locations are used.
To know which operations can be performed on the data. The basic operations are addition, subtraction, ...
blog.programwithjr.com7 min read