Which three EL expressions, inserted at line 16, are valid and evaluate to “d”? ()
A. ${map.c} B. ${map[c]} C. ${map[“c”]} D. ${map.map.b} E. ${map[map.b]} F. ${map.map(map.b)}
A. ${func(1)} B. ${foo:func(4)} C. ${func:foo(2)} D. ${foo(5):func} E. ${func:foo(“easy”)} F. ${func:foo(“3”).name}
What is the result?()
A. true true B. false true C. false true 0 D. true true Infinity E. false true Infinity F. An exception is thrown. G. Compilation or translation fails