Which converts a primitive to a wrapper class object without using autoboxing?
asObject()
method convertToObject()
method toObject()
method B.
Each wrapper class has a constructor that takes the primitive equivalent.
The methods mentioned in Options A, C, and D do not exist.