black

SCWCD(310-083)

登录

多项选择题

Given:
11.<% java.util.Map map = new java.util.HashMap();
12.request.setAttribute("map", map);
13.map.put("a", "true");
14.map.put("b", "false");
15.map.put("c", "42"); %>
Which three EL expressions are valid and evaluate to true?()

A.${not map.c}
B.${map.d or map.a}
C.${map.a and map.d}
D.${map.false or map.true}
E.${map.a and map.b or map.a}

相关考题

多项选择题 Given: 11.<% 12.request.setAttribute("vals", new String[]{"1","2","3","4"}); 13.request.setAttribute("index", "2"); 14.%> 15.<%-- insert code here --%> Which three EL expressions, inserted at line 15,are valid and evaluate to "3"?()

多项选择题 Whichtwoaretrueaboutauthentication?()

多项选择题 Given the two security constraints in a deployment descriptor: 101.<security-constraint> 102.<!--a correct url-pattern and http-method goes here-->  103.<auth-constraint><role-name>SALES</role-name></auth- . <auth-constraint> 104.<role-name>SALES</role-name> 105.</auth-constraint> 106.</security-constraint> 107.<security-constraint> 108.<!--a correct url-pattern and http-method goes here-->  109.<!-- Insert an auth-constraint here --> 110.</security-constraint> If the two security constraints have the same url-pattern and http-method which two inserted independentlyat line 109,will allow users with role names of either SALES or MARKETING to access this resource?()

All Rights Reserved 版权所有©求知题库网库(csqiuzhi.com)

备案号:湘ICP备14005140号-1

经营许可证号:湘B2-20140064