Java Type System

From NovaOrdis Knowledge Base
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.