Multiple Choice
Converting from a value of primitive type to a corresponding object of its associated wrapper class is called:
A) Boxing
B) Unboxing
C) Converting
D) Reinstantiating
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The String class is a mutable class.
Q3: What is the purpose of Java's wrapper
Q4: An example of secondary memory is:<br>A)RAM<br>B)ROM<br>C)hard disk<br>D)all
Q5: The method trim of the String class
Q6: A main method can be placed inside
Q7: Does an object created with a copy
Q8: Write a statement that creates and initializes
Q9: Write a statement that creates a constant
Q10: A class invariant is a statement that
Q11: All of these are methods of Java's