Home / Report Question

Q. Choose the correct way of autoboxing Primitives to Wrapper objects below?
  • A. Float f1 = 1.0f;
  • B. Boolean bull = false;
  • C. Character ch = 'a';
  • D. All the above

Correct Answer: D