Three new data type wrapper classes were added to the java.lang package in the JDK 1.1: Byte, Short, and Void. Byte and Short are subclasses of Number. Void is a subclass of Object. The tutorial does not cover any of these classes.
Byte
Short
Void