多项选择题
Assume the scoped attribute priority does NOT yet exist. Which two create and set new request-scoped attribute priority to the value “medium”?()
B. ${requestScope[ ‘priority’ ] = ‘medium’ }
C. <c:set var=priority” value=”medium” />
D. <c:set var=”priority” scope=”request”>medium</C:set>
E. <c:set var=”priority” value=”medium” scope=”request” />
F. <c:set property=”priority” scope=”request”>medium</c:set>
G. <c:set property=”priority” value=”medium” scope=”request” />
点击查看答案
相关考题
-
多项选择题
Whichthe twoJSTLURL-relatedtagsperformURLrewriting?()
A. url
B. link
C. param
D. import
E. redirect -
单项选择题
Assume that a news tag library contains the tags lookup and item: Lookup Retrieves the latest news headlines and executes the tag body once for each headline. Exposed a NESTED page-scoped attribute called headline of type com.example. Headline containing details for that headline. Item Outputs the HTML for a single news headline. Accepts an attribute info of type com.example. Headline containing details for the headline to be rendered. Which snippet of JSP code returns the latest news deadlines in an HTLM table, one per row?()
A.A
B.B
C.C
D.D -
单项选择题
Which JSTL tag structure supports this scenario?()
A.A
B.B
C.C
D.D
