多选题Which the two are true about the JSTL core iteration custom tags?()AIt may iterate over arrays, collections, maps and strings.BThe body of the tag may contain EL code, but not scripting code.CWhen looping over collections, a loop status object may be u

题目
多选题
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.


相似考题
更多“多选题Which the two are true about the JSTL core iteration custom tags?()AIt may iterate over arrays, collections, maps and strings.BThe body of the tag may contain EL code, but not scripting code.CWhen looping over collections, a loop status object may be u”相关问题
  • 第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题:

    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

  • 第3题:

    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

  • 第4题:

    You use the segment advisor to help determine objects for which space may be reclaimed. Which three statements are true about the advisor given by the segment advisor?()

    • A、It may advise the use of online table redefinition for tables in dictionary managed tablespace.
    • B、It may advise the use of segment shrink for tables in dictionary managed tablespaces it the no chained rows.
    • C、It may advise the use of online table redefinition for tables in locally managed tablespaces
    • D、It will detect and advise about chained rows.
    • E、It may advise the use of segment shrink for free list managed tables.

    正确答案:B,C,D

  • 第5题:

    单选题
    Which statement is TRUE concerning the placard entitled Discharge of Oil Prohibited().
    A

    It is required on all vessels

    B

    It may be located in a conspicuous place in the wheelhouse

    C

    It may be located at the bilge and ballast pump control station

    D

    All of the above


    正确答案: A
    解析: 暂无解析

  • 第6题:

    多选题
    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.


    正确答案: D,A
    解析: 暂无解析

  • 第7题:

    单选题
    Assume the tag handler for a st:simpletag extends SimpleTagSupport. In what way can scriptlet code be used in the body of st:simple?()
    A

     Set the body content type to JSP in the TLD

    B

     Scriptlet code is NOT legal in the body of st:simple

    C

     Add scripting-enabled= “true” to the start tag for the st:simple element

    D

     Add a pass-through Classic tag with a body content type of JSP to the body of st:simple, and      place the scriptlet code in the body of that tag.


    正确答案: A
    解析: 暂无解析

  • 第8题:

    单选题
    void waitForSignal() {  Object obj = new Object();  synchronized (Thread.currentThread()) {  obj.wait();  obj.notify();  }  }  Which is true?()
    A

     This code may throw an InterruptedException.

    B

     This code may throw an IllegalStateException.

    C

     This code may throw a TimeoutException after ten minutes.

    D

     This code will not compile unless “obj.wait()” is replaced with “((Thread) obj).wait()”.

    E

     Reversing the order of obj.wait() and obj.notify() may cause this method to complete normally.

    F

     A call to notify() or notifyAll() from another thread may cause this method to complete normally.


    正确答案: F
    解析: 暂无解析

  • 第9题:

    单选题
    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.


    正确答案: E
    解析: 暂无解析

  • 第10题:

    单选题
    Which statement about an estimated position is TRUE?()
    A

    It is more reliable than a fix based on radar bearings

    B

    It may be based on a single LOP or questionable data

    C

    When a 3-LOP fix plots in a triangle,the center of the triangle is the estimated position

    D

    It is usually based on soundings


    正确答案: C
    解析: 暂无解析

  • 第11题:

    多选题
    You use the segment advisor to help determine objects for which space may be reclaimed. Which three statements are true about the advisor given by the segment advisor?()
    A

    It may advise the use of online table redefinition for tables in dictionary managed tablespace.

    B

    It may advise the use of segment shrink for tables in dictionary managed tablespaces it the no chained rows.

    C

    It may advise the use of online table redefinition for tables in locally managed tablespaces

    D

    It will detect and advise about chained rows.

    E

    It may advise the use of segment shrink for free list managed tables.


    正确答案: D,C
    解析: 暂无解析

  • 第12题:

    多选题
    Which two are true about the tag handler referneed by my Tag. ()
    A

    The do Start Tag method is called once.

    B

    The do After Body method is NOT called.

    C

    The EVAL_Page constant is a valid return value for the do End Tag Method.

    D

    the EVAL_BODY_BUFFERED constant is a valid return value for the do Start Tag method.


    正确答案: D,B
    解析: 暂无解析

  • 第13题:

    Assume the tag handler for a st:simple tag extends Simple Tag Support. In what way can scriptlet code beused in the body of st:simple?()

    • A、Set the body content type to JSP in the TLD
    • B、Scriptlet code is NOT legal in the body of st:simple.
    • C、Add scripting-enabled="true" to the start tag for the st:simple element
    • D、Add a pass-through Classic tag with a body content type of JSP to the body of st:simple, and place the scriptlet code in the body of that tag

    正确答案:B

  • 第14题:

    Assume the tag handler for a st:simpletag extends SimpleTagSupport. In what way can scriptlet code be used in the body of st:simple?()

    • A、 Set the body content type to JSP in the TLD
    • B、 Scriptlet code is NOT legal in the body of st:simple
    • C、 Add scripting-enabled= “true” to the start tag for the st:simple element
    • D、 Add a pass-through Classic tag with a body content type of JSP to the body of st:simple, and      place the scriptlet code in the body of that tag.

    正确答案:B

  • 第15题:

    Which two statements are true about the use of the procedures listed in the vsysaux_occupants.move_procedure column?()

    • A、The procedure may be used for some components to relocate component data to the SYSAUX tablespace from its current tablespace.
    • B、The procedure may be used for some components to relocate component data from the SYSAUX tablespace to another tablespace.
    • C、All the components may be moved into SYSAUX tablespace.
    • D、All the components may be moved from the SYSAUX tablespace.

    正确答案:A,B

  • 第16题:

    单选题
    A(n) () is a mechanical attack on the metal surface which may be due to a disturbance in the flow of the water over the blade of the propeller.
    A

    erosion

    B

    corrosion

    C

    pitting

    D

    dezincification


    正确答案: B
    解析: 暂无解析

  • 第17题:

    多选题
    Which two are true?()
    A

    A finalizer may NOT be invoked explicitly.

    B

    The finalize method declared in class Object takes no action.

    C

    super.finalize()is called implicitly by any over riding finalize method.

    D

    The finalize method for a given objec twill be called no more than once by the garbage collector.

    E

    The order in which finalize will be called on two objects is based on the order in which the two objects became finalizable.


    正确答案: B,C
    解析: 暂无解析

  • 第18题:

    单选题
    P300 is the brainwave _____.
    A

    which may confirm that the person knows no details about the question

    B

    lack of which may confirm that the person knows details about the question

    C

    which may help prove that the suspect hasn’t committed a crime

    D

    lack of which may mean that the suspect hasn’t committed a crime


    正确答案: A
    解析:
    第四段第三、四句说MERMER的原理是将人与EEG机器相连并询问他有关犯罪现场的具体细节。如果没有被称为P300的脑波就说明对所问问题并不熟悉,也就是说如果此人否认知情,应该认为他说的是实话。

  • 第19题:

    单选题
    Which statement is TRUE concerning radiotelephones on board towing vessels?()
    A

    There cannot be a radiotelephone located anywhere except in the wheelhouse

    B

    The officer in charge of the wheelhouse is considered to have the radiotelephone watch

    C

    Only distress messages may be transmitted over channel 13

    D

    Only the Master of the vessel is allowed to speak over the radiotelephone


    正确答案: A
    解析: 暂无解析

  • 第20题:

    多选题
    Which two statements about OSPF IPv6 routing are true?()
    A

    It requires OSPF version 3.

    B

    automatically detects neighbors over NHMA interfaces

    C

    It supports encryption using

    D

    It uses LSA type 9

    E

    It uses LSA type 8


    正确答案: D,B
    解析: 暂无解析

  • 第21题:

    单选题
    You will load and carry a bulk cargo of sulphur at ambient temperature. Which statement is true?().
    A

    Wooden covers must be laid over the bilge wells to prevent the sulphur from entering the bilges

    B

    Bulk sulphur may be carried without a special permit providing the vessel complies with all applicable regulations

    C

    The majir charateristic of this cargo is that it forms sulfuric acid upon contact with water

    D

    Other hazardous material may not be stowed in the same hold as the sulphur bue may carried on deck above the hold


    正确答案: C
    解析: 暂无解析

  • 第22题:

    多选题
    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.


    正确答案: C,E
    解析: 暂无解析

  • 第23题:

    多选题
    Which two statements about configuration an unconnected Catalyst Express 500 switch from setup mode using a PC are true?()
    A

    You may use Cisco Network Assistant to set up the initial configuration

    B

    You must use CLI for initial configuration

    C

    You may use either CLI or CAN for configuration

    D

    You may make a direct connection to the PC from any point on the switch

    E

    You may only make a direct connection from the port with the flashing green LED to the PC


    正确答案: B,C
    解析: 暂无解析

  • 第24题:

    单选题
    11. List list = // more code here  12. Collections.sort(list, new MyComparator());  Which code will sort this list in the opposite order of the sort in line 12?()
    A

     Collections.reverseSort(list, new MyComparator());

    B

     Collections.sort(list, new MyComparator()); list.reverse();

    C

     Collections.sort(list, new InverseComparator( new MyComparator()));

    D

     Collections.sort(list, Collections.reverseOrder( new MyComparator()));


    正确答案: D
    解析: 暂无解析