0
Anonymous
Boxing a value x is to put it in a class type rather than its primitive one.
Ex.
int x = 3;
Integer Ix = x; // boxing x
Wiki User
Chat with our AI personalities