Java Type System

From NovaOrdis Knowledge Base
Revision as of 06:26, 12 November 2016 by Ovidiu (talk | contribs) (→‎Native Types)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Native Types

byte

char

A char is stored internally on two bytes.

short

A short is stored internally on two bytes.

int

A int is stored internally on 4 bytes.

long

A long is stored internally on 8 bytes.