多項選擇題Which two JSTL URL-related tags perform URL rewriting?()

A.Url
B.Link
C.Param
D.Import
E.Redirect


您可能感興趣的試卷

你可能感興趣的試題

3.多項選擇題

Assume the scoped attribute priority does NOT yet exist.
Which two create and set a new request-scopedattribute priority to the value "medium"?()

A.${priority = ’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" />

4.單項選擇題Which JSTL code snippet can be used to perform URL rewriting?()

A.<a href=’<c:url url="foo.jsp"/>’ />
B.<a href=’<c:link url="foo.jsp"/>’ />
C.<a href=’<c:url value="foo.jsp"/>’ />
D.<a href=’<c:link value="foo.jsp"/>’ />

最新試題

Click the ’Select and Place’ button.Place the events in the order they occur.

題型:問答題

Given tutorial.jsp:2.EL Tutorial3.Example 14.5.Dear ${my:nickname(user)}6.Which, when added to the web application deployment descriptor,ensures that line 5 is included verbatimin the JSP output?()

題型:單項選擇題

Which element of a web application deployment descriptor  element is required?()

題型:單項選擇題

You are building a web application with a scheduling component. On the JSP, you need to show the currentdate, the date of the previous week, and the date of the next week. To help you present this information,you have created the following EL functions in the ’d’ namespace: name: curDate; signature: java.util.DatecurrentDate() name: addWeek; signature: java.util.Date addWeek(java.util.Date, int) name: dateString;signature:java.util.String getDateString(java.util.Date)Which EL code snippet will generate the string for the previousweek?

題型:單項選擇題

Which two are valid and equivalent?()

題型:多項選擇題

Which is true about the web container request processing model?()

題型:單項選擇題

Click the ’Select and Place’ button.Place the events in the order they occur.

題型:問答題

Given a Filter class definition with this method:21.public void doFilter(ServletRequest request,22.ServletResponse response,23.FilterChain chain)24.throws ServletException, IOException {25.// insert code here26.}Which should you insert at line 25 to properly invoke the next filter in the chain, or the target servlet if thereare no more filters?()

題型:單項選擇題

Given a web application in which the request parameter productID contains a product identifier.Which twoEL expressions evaluate the value of the productID?()

題型:多項選擇題

Click the 'Select and Place' button.Place the events in the order they occur.

題型:問答題