SCWCD(310-083)

多选题A custom tag is defined to take three attributes. Which two correctly invoke the tag within a JSP page?()A<prefix:myTag a=foo b=bar c=baz />B<prefix:myTag attributes={foo,bar,baz} />C<prefix:myTag jsp:attribute a=foo b=bar c=baz />D<prefix:myTag><jsp:a

题目
多选题
A custom tag is defined to take three attributes. Which two correctly invoke the tag within a JSP page?()
A

<prefix:myTag a=foo b=bar c=baz />

B

<prefix:myTag attributes={foo,bar,baz} />

C

<prefix:myTag jsp:attribute a=foo b=bar c=baz />

D

<prefix:myTag><jsp:attribute name=a>foo</jsp:attribute><jsp:attribute name=b>bar</jsp:attribute><jsp:attribute name=c>baz</jsp:attribute>. </prefix:myTag>

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

第1题:

Which two characteristitcs describe the UDP protocol?()

A. limited error checking

B. defined timers

C. no recovery mechanisms

D. three-way handshake


参考答案:A, C

第2题:

Which three are interframe spaces defined in 802.11?()

  • A、SIFS
  • B、PIFS
  • C、DIFS
  • D、LIFS
  • E、NAV
  • F、CWmin

正确答案:A,B,C

第3题:

Tylor defined culture as“…that complex whole which includes belief, art, morals, law, custom, and any other capabilities and habits acquired by man as a member of society.”


正确答案:
泰勒把文化定义为“……一个复合整体,它包括人作为社会成员所获得的信仰、艺术、道德、法律、风俗以及其它能力和习惯”。

第4题:

Which three properties or behaviors of an IP interface are defined by a profile? ()(Choose three.)

  • A、IP access routes
  • B、MTU size of the interface
  • C、number of PPPoE session
  • D、using CHAP for authentication
  • E、assigning the interface to a virtual router

正确答案:A,B,E

第5题:

A custom JSP tag must be able to support an arbitrary number of attributes whose names are unknown when the tag class is designed.  Which two are true? ()

  • 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、 The true 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

正确答案:C,E

第6题:

A vessel on the high seas that is not under command shall display which of the following day signals? ______

A.Two black balls

B.Three black balls

C.Two red balls

D.Three red balls


正确答案:A
一船在公海上失控应显示以下哪个日间信号?两个黑球

第7题:

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

正确答案:C,E,F

第8题:

A customer wants to create a custom Junos Pulse configuration. Which two are required?()

A. Connection set

B. Configuration set

C. Custom installer

D. Component set


参考答案:A, D

第9题:

Which two characteristics describe the UDP protocol?()

  • A、limited error checking
  • B、defined timers
  • C、no recovery mechanisms
  • D、three-way handshake

正确答案:A,C

第10题:

Given: 6. 7.<%="processing" %> 8. and a custom tag handler for foo which extends TagSupport. Which two are true about thetag handler referenced by foo?()

  • A、The doStartTag method is called once.
  • B、The doAfterBody method is NOT called.
  • C、The EVAL_PAGE constant is a valid return value for the doEndTag method.
  • D、The SKIP_PAGE constant is a valid return value for the doStartTag method.
  • E、The EVAL_BODY_BUFFERED constant is a valid return value for the doStartTag method.

正确答案:A,C

更多相关问题