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
blog.programwithjr.com8 min read