| |
java.lang core data type classes | page 4 of 11 |
The core data type classes in the java.lang packages are:
Boolean -- Wraps the boolean primitive data type.Byte -- Wraps the byte primitive data type.Character -- Wraps the char primitive data type.Integer -- Wraps the int primitive data type.Long -- Wraps the long primitive data type.Short -- Wraps the short primitive data type.
|