Which EL expression, inserted at line 3, is valid and evaluates to “beanValue”?
A.
${bean}
B.
${value}
C.
${beanValue}
D.
${com.example.bean}
E.
${requestScope[‘com.example.bean’]}
F.
${request.get(“com.example.bean”).toString()}
Explanation:
Which EL expression, inserted at line 3, is valid and evaluates to “beanValue”?
A.
${bean}
B.
${value}
C.
${beanValue}
D.
${com.example.bean}
E.
${requestScope[‘com.example.bean’]}
F.
${request.get(“com.example.bean”).toString()}
Explanation: