可学答题网 > 问答 > CCNP(642-813)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Click the Exhibit butt


Click the Exhibit button. The h:highlight tag renders its body, highlighting an arbitrary number of words, each of which is passed asan attribute (word1, word2, ...). For example, a JSP page can invoke theh:highlight tag as follows: 11. <h:highlight color="yellow" word1="high" word2="low"> 12. high medium low 13. </h:highlight> Given that HighlightTag extends SimpleTagSupport,which three steps are necessary to implement the taghandler for the highlight tag?()

  • AAdd a doTag method
  • BAdd a doStartTag method
  • CAdd a getter and setter for the color attribute
  • DCreate and implement a TagExtraInfo class
  • EImplement the DynamicAttributes interface
  • FAdd a getter and setter for the word1 and word2 attribute
参考答案
参考解析:
分类:CCNP(642-813)题库
相关推荐

1、Click the Exhibit butt

Click&ensp;the&ensp;Exhibit&ensp;button.Which&ensp;three&ensp;statements&ensp;are&ensp;true?()ACompilation&ensp;fails.BThe&ensp;code&ensp;compiles&ensp;and&ensp;t...

2、Click the Exhibit butt

Click&ensp;the&ensp;Exhibit&ensp;button.&ensp;Which&ensp;type&ensp;of&ensp;multiplexer&ensp;is&ensp;shown&ensp;in&ensp;the&ensp;exhibit?()A&ensp;Thin&ensp;Film&en...

3、Click the Exhibit butt

Click&ensp;the&ensp;Exhibit&ensp;button.Given&ensp;this&ensp;code&ensp;from&ensp;Class&ensp;B:25.A&ensp;a1&ensp;=&ensp;new&ensp;A();26.A&ensp;a2&ensp;=&ensp;new&...

4、Click the Exhibit butt

Click&ensp;the&ensp;Exhibit&ensp;button.What&ensp;two&ensp;must&ensp;the&ensp;programmer&ensp;do&ensp;to&ensp;correct&ensp;the&ensp;compilation&ensp;errors?()Ains...

5、Click the Exhibit butt

Click&ensp;the&ensp;Exhibit&ensp;button.What&ensp;is&ensp;the&ensp;result?()ACompilation&ensp;of&ensp;class&ensp;A&ensp;fails.BLine&ensp;28&ensp;prints&ensp;the&e...

6、Click the Exhibit butt

Click&ensp;the&ensp;Exhibit&ensp;button.&ensp;&ensp;Given:&ensp;ClassA&ensp;a&ensp;=&ensp;new&ensp;ClassA();&ensp;&ensp;a.methodA();&ensp;&ensp;What&ensp;is&e...