nerdexam
Oracle

1Z0-899 · Question #133

Which three EL expressions, inserted at line 16, are valid and evaluate to "d"? (Choose three.)

The correct answer is A. ${map.c} C. ${map["c"]} E. ${map[map.b]}. See the full explanation below for the reasoning.

Question

Which three EL expressions, inserted at line 16, are valid and evaluate to "d"? (Choose three.)

Exhibit

1Z0-899 question #133 exhibit

Options

  • A${map.c}
  • B${map[c]}
  • C${map["c"]}
  • D${map.map.b}
  • E${map[map.b]}
  • F${map.(map.b)}

How the community answered

(14 responses)
  • A
    79% (11)
  • B
    14% (2)
  • D
    7% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice