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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All the above