Java Primitive Type Wrappers, Autoboxing and Auto Unboxing Example Tutorial
Java programming language has built-in support for Primitive Data types like byte, short, int, long, float, double, char and boolean. Java Type Wrappers are nothing but object version of primitive data types with the class names like Byte, Short, Integer, Long, Float, Double, Character and Boolean.