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)

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 *


azzmi

azzmi

C choice should be :${map[ā€œcā€]}
E choice should be :${map[map.b]}