49. Which converts a primitive to a wrapper class object without using autoboxing?
A. Call the asObject() method
B. Call the constructor of the wrapper class
C. Call the convertToObject() method
D. Call the toObject() method
Şıklardan hangisi bir primitive'yi wrapper classa dönüştürür autoboxing olmadan ?
Bunun için cevap anahtarının açıklaması daha hoştu ;
B. Each wrapper class has a constructor that takes the primitive equivalent. The
methods mentioned in Options A, C, and D do not exist.