Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Java is comprised of 8 primative types and can be broken down to those 8 primati ve types.

Data types: Integers: byte: (1 byte) short: (2-bytes) int: (4-bytes) long: (8-bytes) Reals: float: (4-bytes) double (8-bytes) Characters: char: (1-byte) Boolean: boolean: (

You might also like