Previous


1.1 Changes: java.lang Package

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


Previous