SCDCD(310-081)

多选题Which the two JSTL URL-related tags perform URL rewriting?()AurlBlinkCparamDimportEredirect

题目
多选题
Which the two JSTL URL-related tags perform URL rewriting?()
A

url

B

link

C

param

D

import

E

redirect

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which two statements are true about the security-related tags in a valid Java EE deployment descriptor?()

  • A、Every  tag must have at least one  tag.
  • B、A  tag can have many  tags.
  • C、A given  tag can apply to only one  tag.
  • D、A given  tag can contain from zero to many  tags.
  • E、It is possible to construct a valid  tag such that,for a given resource,no user rolescan access that resource.

正确答案:B,E

第2题:

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"/>’ />

正确答案:C

第3题:

Which two features must be configured to perform AToM NSF?()

  • A、FRR
  • B、SSO
  • C、distribute CEF
  • D、switch virtual path
  • E、graceful restart

正确答案:B,E

第4题:

Which two JSTL URL-related tags perform URL rewriting?()

  • A、Url
  • B、Link
  • C、Param
  • D、Import
  • E、Redirect

正确答案:A,E

第5题:

Which method must be used to encode a URL passed as an argument to HttpServletResponse.sendRedirect when using URL rewriting for session tracking?()

  • A、ServletResponse.encodeURL
  • B、HttpServletResponse.encodeURL
  • C、ServletResponse.encodeRedirectURL
  • D、HttpServletResponse.encodeRedirectURL

正确答案:D

第6题:

Which JSTL code snippet can be used to import content from another web resource?()

  • A、<c:import url="foo.jsp"/>
  • B、<c:import page="foo.jsp"/>
  • C、<c:include url="foo.jsp"/>
  • D、<c:include page="foo.jsp"/>

正确答案:A

第7题:

Which the JSTL code snippet can be used to import content from another web resource?()

  • 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.

正确答案:A

第8题:

You need to design the storage of the loan response message. Which actions or actions should you perform?()

  • A、Use the xml data type to store the message.
  • B、Use a user-defined data type to store the message.
  • C、Use the nvarchar(max) data type to store the message.
  • D、Use a check constraint to validate that the correct tags are used.
  • E、Use an XML schema definition (XSD) to validate that the correct tags are used.
  • F、Use a foreign key constraint to validate that the correct tags are used.

正确答案:A,E

第9题:

A developer for the Company.com web site has been told that users may turn off cookie support in their browsers. What must the developer do to ensure that these customers can still use the web application?()  

  • A、 The developer must ensure that every URL is properly encoded using the appropriate URL rewriting APIs
  • B、 The developer must provide an alternate mechanism for managing sessions and abandon theHttpSession mechanism entirely
  • C、 The developer can ignore this issue. Web containers are required to support automatic URL rewriting when cookies are not supported
  • D、 The developer must ass the string ?id= to the end of every URL to ensure that the conversion with the browser can continue.

正确答案:A

第10题:

Which the two are true about the JSTL core iteration custom tags?()

  • A、 It may iterate over arrays, collections, maps and strings.
  • B、 The body of the tag may contain EL code, but not scripting code.
  • C、 When looping over collections, a loop status object may be used in the tag body.
  • D、 It may iterate over a map, but only the key of the mapping may be used in the tag body.
  • E、 When looping over integers (for example begin1=’1’ end=’10’), a loop status object may not be used in the tag body.

正确答案:A,C

更多相关问题