Autoboxing And Unboxing

Autoboxing is the automatic conversion of a primitive data type to an object of the cor- responding wrapper class (you box the primitive value). Unboxing is the reverse process (you unbox the primitive value).

Last updated

Was this helpful?