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
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)- A79% (11)
- B14% (2)
- D7% (1)
Community Discussion
No community discussion yet for this question.
