Which three EL expressions, inserted at line 16, are valid and evaluate to “d”?

Given:

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

Given:

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)}



Leave a Reply 2

Your email address will not be published. Required fields are marked *


giuseppe

giuseppe

A,C,E
I hope that the exam hasn’t got theese typo: there as ‘.’ for error at C and E

Allan Santos

Allan Santos

A, C and E if C were ${map[“c”]}