Oracle
1Z0-819 · Question #55
Which two are successful examples of autoboxing? (Choose two.)
The correct answer is A. A. String a = "A". See the full explanation below for the reasoning.
Question
Which two are successful examples of autoboxing? (Choose two.)
Options
- AA. String a = "A";
- BB. Boolean b = true;
- CC. Float g = Float.valueOf(null);
- DD. Double d = 4;
- EE. Long e = 50L;
- FF. Float f = 6.0;
How the community answered
(21 responses)- A76% (16)
- B14% (3)
- E5% (1)
- F5% (1)
Community Discussion
No community discussion yet for this question.