Which three EL expressions, inserted at line 16, are valid and evaluate to “d”? (Choose three)
A.
${map.c}
B.
${map.[c]}
C.
${map.[“c”]}
D.
${map.map.b}
E.
${map.[map.b]}
F.
${map. (map.b)}
Which three EL expressions, inserted at line 16, are valid and evaluate to “d”? (Choose three)
A.
${map.c}
B.
${map.[c]}
C.
${map.[“c”]}
D.
${map.map.b}
E.
${map.[map.b]}
F.
${map. (map.b)}
A,C,E
I hope that the exam hasn’t got theese typo: there as ‘.’ for error at C and E
A, C and E if C were ${map[“c”]}