Click the Exhibit button.<br /> <img src="https://img.ppkao.com/2018-07/wenxueying/2018073109430112375.png" /><br /> Given:<br /> 11.<% com.example.Advisor advisor = new com.example.Advisor(); %><br /> 12.<% request.setAttribute("foo", advisor); %><br /> Assuming there are no other "foo" attributes in the web application,which three are valid EL expressions forretrieving the advice property of advisor?()<p> Click the Exhibit button.<br /> <img src="https://img.ppkao.com/2018-07/wenxueying/2018073109430112375.png" /><br /> Given:<br /> 11.<% com.example.Advisor advisor = new com.example.Advisor(); %><br /> 12.<% request.setAttribute("foo", advisor); %><br /> Assuming there are no other &q
A、A.${foo.advice}
B、B.${request.foo.advice}
C、C.${requestScope.foo.advice}
D、D.${requestScope[foo[advice]]}
E、E.${requestScope["foo"]["advice"]}