Java-Primitive Wrapper Classes
Primitive Wrapper Classes Primitive data types may be converted into object types by using the wrapper classes. These wrapper classes are available in the java.lang.package. So you can use them without an import statement. The eight wrapper classes are named in the following table. Primitive Data Type Wrapper Class boolean Boolean byte Byte char Character … Read more…