Multiple Choice
The automatic conversion from a primitive numeric type to its wrapper class is called:
A) boxing.
B) unboxing.
C) autoboxing.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Write a Java statement to import the
Q31: When an object reference is first declared,
Q32: Java would generate a compiler error and
Q33: What is the value of the expression
Q34: By convention, method names, instance variables, and
Q36: The automatic conversion from a numeric wrapper
Q37: What is the output of this code
Q38: The first index of a String is
Q39: Which methods of the String class would
Q40: String is in the java.string package.