Oracle
1Z0-899 · Question #24
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
(29 responses)- A72% (21)
- B14% (4)
- D10% (3)
- F3% (1)
Community Discussion
No community discussion yet for this question.
