JVM Datatypes
There is a JVM primitive for every Java primitive.
The JVM’s unit of data size is the “word”.
A word’s size is VM specific.
The returnAddress type is unavailable to the programmer. It’s used to hold the address needed to the finally clause.