nerdexam
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)
  • A
    76% (16)
  • B
    14% (3)
  • E
    5% (1)
  • F
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-819 Practice