Which statement is true if the do Start Tag method returns E

题目
单选题
Which statement is true if the do Start Tag method returns EVAL_BODY_BUFFERED?()
A

 The tag handler must extend body Tag.

B

 The do After Body method is NOT called.

C

 The set Body Content method is called.

D

 It is never legal to return EVAL_BODY_BUFFERED from do Start Tag.

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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

第2题:

Which statement is true if the do Start Tag method returns EVAL_BODY_BUFFERED?()

  • A、 The tag handler must extend body Tag.
  • B、 The do After Body method is NOT called.
  • C、 The set Body Content method is called.
  • D、 It is never legal to return EVAL_BODY_BUFFERED from do Start Tag.

正确答案:C

第3题:

Which statement is true about IBGP routers? ()

A. They must be fully meshed

B. They can be in a different AS

C . They do not need to be directly connected

D. They must be directly connected


参考答案:C

第4题:

Which of the following statements are true?() 

  • A、 The equals() method determines if reference values refer to the same object.
  • B、 The == operator determines if the contents and type of two separate objects match.
  • C、 The equals() method returns true only when the contents of two objects match.
  • D、 The class File overrides equals() to return true if the contents and type of two separate objects        match.

正确答案:A,D

第5题:

Under which circumstances will a thread stop?()  

  • A、The method waitforId() in class MediaTracker is called.
  • B、The run() method that the thread is executing ends.
  • C、The call to the start() method of the Thread object returns.
  • D、The suspend() method is called on the Thread object.
  • E、The wait() method is called on the Thread object.

正确答案:B

第6题:

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

第7题:

How do you define the authentication method that will be used with AAA?()

  • A、With the method aaa command
  • B、With the method command
  • C、With a method list
  • D、With a method statement

正确答案:C

第8题:

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

第9题:

Which statement is true if the doStartTag method returns EVAL_BODY_BUFFERED?()

  • A、The tag handler must implement BodyTag.
  • B、The doAfterBody method is NOT called.
  • C、The setBodyContent method is called once.
  • D、It is never legal to return EVAL_BODY_BUFFERED from doStartTag.

正确答案:C

第10题:

Which statement is true?()

  • A、A class’s finalize() method CANNOT be invoked explicitly.
  • B、super.finalize() is called implicitly by any overriding finalize() method.
  • C、The finalize() method for a given object is called no more than once by the garbage collector.
  • D、The order in which finalize() is called on two objects is based on the order in which the two objects became finalizable.

正确答案:C

更多相关问题