Solved

Look at the Following Code. Integer MyNumber;

Question 42

Multiple Choice

Look at the following code. Integer myNumber;
MyNumber = 5;
Which of the following is true about the second statement?


A) It results in an error because you cannot assign a primitive type to a wrapper class object.
B) The statement performs autoboxing.
C) The statement performs unboxing.
D) The statement performs autowrapping.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions