AutoBoxing_Unboxing1
Objective:

Data Conversion and Wrapper Class: auto conversion of primitive types to the corresponding Wrapper class and vice versa

  • Autoboxing : Conversion of primitive types  to objects.
  • Unboxing : Converting an Object of a wrapper class to Primitive data type