SCWCD(310-083)

多选题Which three are valid values for the body-content attribute of a tag directive in a tag file?()AELBJSPCEmptyDDynamicEScriptlessFTagdependent

题目
多选题
Which three are valid values for the body-content attribute of a tag directive in a tag file?()
A

EL

B

JSP

C

Empty

D

Dynamic

E

Scriptless

F

Tagdependent

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

第1题:

The tag timeout value for a cisco wireless location appliance should be set to which tag beacon rate?()

  • A、4 to 6 times the tag beaconing rate
  • B、10 to 12 times the tab beaconing rate
  • C、8 to 10 times the tag beaconing rate
  • D、6 to 8 times the tag beaconing rate

正确答案:C

第2题:

Assume a tag handler extends TagSupport. Which is used within the tag handler to get an attribute “foo” that is in the application scope?()

  • A、 pageContext.getAttribute(“foo”);
  • B、 getPageContext().getAttribute(“foo”);
  • C、 pageContext.getApplicationScope(“foo”);
  • D、 pageContext.getAttribute(“foo”,pageContext.APPLICATION_SCOPE).getAttribute(“foo”);
  • E、 getPageContext().getScope(pageContext.APPLICATION_SCOPE).getAttribute(“foo”);

正确答案:D

第3题:

The Origin attribute describes the source of the BGP prefix.Which three are valid Origin codes?() (Choose three.)

A.IGP

B.BGP

C.EGP

D.Incomplete

E.Anonymous


参考答案:A, C, D

第4题:

To take advantage of the capabilities of modern browsers that use web standards, such as XHTML andCSS, your web application is being converted from simple JSP pages to JSP Document format. However,one of your JSPs, /scripts/screenFunctions.jsp, generates a JavaScript file. This file is included in severalweb forms to create screen-specific validation functions and are included in these pages with the followingstatement: 10. 11.  14. 15. Which JSP code snippet declares that this JSP Document is a JavaScript file?()

  • A、<%@ page contentType=’application/javascript’ %>
  • B、<jsp:page contentType='application/javascript' />
  • C、<jsp:document contentType='application/javascript' />
  • D、<jsp:directive.page contentType='application/javascript' />
  • E、No declaration is needed because the web form XHTML page already declares the MIME type of the /scripts/screenFunctions.jsp file in the <script> tag.

正确答案:D

第5题:

Given the Tag:   Assuming the tag referenced by my Tags: get Advice uses the Classic event model,  which is true?()

  • A、 The do After Body method is called.
  • B、 The doEnd Tag method is NOT called.
  • C、 The type attribute may be specified in the TLD
  • D、 The do Start Tag Method must always return SKIP_BODY.
  • E、 The TLD for this tag must NOT include a  tag.

正确答案:C

第6题:

关于JSP标记文件下列说法不正确的是()  

  • A、Tag File是JSP2.0新增的功能
  • B、Tag File是JSP1.2新增的功能
  • C、Tag File可以让网页开源直接使用Jsp语法制作标签
  • D、Tag File的扩展名可以是.tag

正确答案:B

第7题:

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

第8题:

The tag timeout value for a Cisco Wireless Location Appliance should be set to which tag beaconrate?()

  • A、4 to 6 times the tag beaconing rate
  • B、10 to 12 times the tab beaconing rate
  • C、8 to 10 times the tag beaconing rate
  • D、6 to 8 times the tag beaconing rate

正确答案:C

第9题:

Under what two circumstances is the set JspBody method NOT called in a tag class that implements the Simple Tag interface? ()

  • A、 The tag is invoked without a body.
  • B、 The doTAb method throws an exception.
  • C、 The  element has the value empty.
  • D、 The tag is called with the attribute skip-body=true

正确答案:A,C

第10题:

Tag文件中的attribute指令有怎样的作用? 


正确答案:使用attribute指令可以动态地向该Tag文件传递对象的引用。

更多相关问题