Home / Programming MCQs / JAVA MCQs / Question

R

Ram Sharma • 190.06K Points
Coach

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

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.