Choose Category
bool b = true; Boolean referenceType1 = b; //Boxing bool valueType2 = referenceType1; //Unboxing