Autoboxing is the automatic conversion that the Java compiler makes between the Primitive data type and its corresponding object wrapper class.
Autoboxing is the automatic conversion that the Java compiler makes between the Primitive data type and its corresponding object wrapper class.