Which of the following performs a boxing conversion?
A) int x = 7;
B) integer x = 7;
C) Neither of the above
D) Both of the above