scoresvideos

๐Ÿ’ปap computer science a review

key term - Autoboxing

Citation:

Definition

Autoboxing is the automatic conversion of a primitive data type to its corresponding wrapper class object. For example, when an int is assigned to an Integer object, autoboxing occurs.

"Autoboxing" also found in: