Java Data Types at a glance
Jan 3 · 7 min read · 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, ...
Join discussion



