int i = 5;//declare an integer variable object j = i; //Boxing objectint k = (int)j; //Un-Boxing object
Login to post response