多项选择题
Which two produce the output "one, two and three"?()
A. ${param.num[0].[1] and [2]}
B. ${param.values[0].[1] and [2]}
C. ${param.num[0]}, ${param.num[1]} and ${param.num [2]}
D. ${param.values[0]}, ${param.values[1]} and ${param.values [2]}
E. ${param.values["num"][0]}, ${param.values["num"][1]} and ${param.values["num"][2]}
F. ${param.values.num[0]}, ${param.values.num[1]} and ${param.values.num[2]}
相关考题
-
单项选择题
Whichthe JSTLcodesnippetcanbeusedtoimportcontentfromanotherwebresource?()
A. <c:import url=*foo.jsp”/>
B. <c:import page=*foo.jsp”/>
C. <c:include url=*foo.jsp”/>
D. <c:include page=*foo.jsp”/>
E. Importing cannot be done in JSTL. A standard action must be used instead. -
多项选择题
AcustomJSPtagmustbeabletosupportanarbitrarynumberofattributeswhosenamesareunknownwhenthetagclassisdesigned. Whichtwoaretrue?()
A. A
element in the echo tag LTD must have the value JSP
B. The echo tag handler must define the setAttribute (String key, String value) method
C. Thetrue element must appear in the echo tag TLD
D. The class implementing the echo tag handler must implement the javax.sevlet.jsp.tagext.IterationTag interface
E. The class implementing the echo tag handler must implement the javax.sevlet.jsp.tagext.DynamicAttributes interface -
多项选择题
Whichthe twoarevalidandequivalent?()
A.
B.
C.
D.
E.
