多选题Which two directives are applicable only to tag files?()ATagBPageCTaglibDIncludeEVariable

题目
多选题
Which two directives are applicable only to tag files?()
A

Tag

B

Page

C

Taglib

D

Include

E

Variable


相似考题
更多“多选题Which two directives are applicable only to tag files?()ATagBPageCTaglibDIncludeEVariable”相关问题
  • 第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题:

    A user copied files from a CD and now the files can only be opened as read-only. Which of the following utilities can be used to allow the user the ability to edit the files?()

    • A、EDIT
    • B、CHMOD
    • C、ATTRIB
    • D、CONVERT

    正确答案:C

  • 第3题:

    A web application contains a tag file called beta.tag in /WEB-INF/tags/alpha. A JSP page called sort.jspexists in the web application and contains only this JSP code: 1.<%@ taglib prefix="x" 2.tagdir="/WEB-INF/tags/alpha" %> 3. The sort.jsp page is requested. Which two are true?()

    • A、Tag files can only be accessed using a tagdir attribute.
    • B、The sort.jsp page translates successfully and invokes the tag defined by beta.tag.
    • C、The sort.jsp page produces a translation error because a taglib directive must always have a uriattribute.
    • D、Tag files can only be placed in /WEB-INF/tags, and NOT in any subdirectories of /WEB- INF/tags.
    • E、The tagdir attribute in line 2 can be replaced by a uri attribute if a TLD referring to beta.tag is createdand added to the web application.

    正确答案:B,E

  • 第4题:

    Examine the following RMAN command:   BACKUP DATABASE TAG TESTDB  KEEP UNTIL ’SYSDATE+1’ RESTORE POINT TESTDB06;   Which two statements are true regarding the backup taken by using the above RMAN command?()  

    • A、 Only data files and the control file are backed up.
    • B、 Archived redo logs are backed up only if the database is open during the backup.
    • C、 The backup is deleted after one day,regardless of the default retention policy settings. 
    • D、 The backup becomes obsolete after one day,regardless of the default retention policy settings.

    正确答案:B,D

  • 第5题:

    Examine the following command that is used to duplicate a database on the same host: RMAN> RUN { ALLOCATE AUXILIARY CHANNEL, aux 1 DEVICE TYPE DISK; DUPLICATE TARGET DATABASE TO auxdb SKIP READONLY; / } Which two statements describe the effect after the database is duplicated successfully? ()(Choose two)

    • A、The data files of the read-only tablespaces in the target database are not duplicated
    • B、The read-only tablespaces in the target database are still defined in new the database
    • C、The read-only tablespaces in the target database are changed to online after duplication
    • D、The data files of the read-only tablespaces in the target database get duplicated
    • E、The read-only tablespaces in the target database are not defined in the new database

    正确答案:A,B

  • 第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题:

    多选题
    Identify the two tablespaces whose data files are so critical that only a closed recovery is possible.()
    A

    SYSAUX

    B

    TOOLS

    C

    UNDO

    D

    INDEX

    E

    SYSTEM

    F

    USERS

    G

    TEMP


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

  • 第8题:

    多选题
    Examine the following command that is used to duplicate a database on the same host: Which two statements describe the effect after the database is duplicated successfully? ()
    A

    The data files of the read-only tablespaces in the target database are not duplicated

    B

    The read-only tablespaces in the target database are still defined in new the database

    C

    The read-only tablespaces in the target database are changed to online after duplication

    D

    The data files of the read-only tablespaces in the target database get duplicated

    E

    The read-only tablespaces in the target database are not defined in the new database


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

  • 第9题:

    多选题
    Which two are true concerning the objects available to developers creating tag files?()
    A

    The session object must be declared explicitly.

    B

    The request and response objects are available implicitly.

    C

    The output stream is available through the implicit outStream object.

    D

    The servlet context is available through the implicit servletContext object.

    E

    The JspContext for the tag file is available through the implicit jspContext object.


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

  • 第10题:

    多选题
    Which two statements correctly describe the relation between a data file and the logical database structures()
    A

    An extent cannot spread across data files.

    B

    A segment cannot spread across data files.

    C

    A data file can belong to only one tablespace.

    D

    A data file can have only one segment created in it.

    E

    A data block can spread across multiple data files as it can consist of multiple operating system (OS)blocks


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

  • 第11题:

    多选题
    Examine the following command that is used to duplicate a database on the same host: RMAN> RUN { ALLOCATE AUXILIARY CHANNEL, aux 1 DEVICE TYPE DISK; DUPLICATE TARGET DATABASE TO auxdb SKIP READONLY; / } Which two statements describe the effect after the database is duplicated successfully? ()(Choose two)
    A

    The data files of the read-only tablespaces in the target database are not duplicated

    B

    The read-only tablespaces in the target database are still defined in new the database

    C

    The read-only tablespaces in the target database are changed to online after duplication

    D

    The data files of the read-only tablespaces in the target database get duplicated

    E

    The read-only tablespaces in the target database are not defined in the new database


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

  • 第12题:

    单选题
    This system is only applicable()those ships which are anchored at the roadstead waiting for entry.
    A

    to

    B

    for

    C

    with

    D

    on


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

  • 第13题:

    Which the two are concerning the objects available to developers creating tag files?()

    • A、 The session object must be declared explicity.
    • B、 The request and response objects are available implicity.
    • C、 The output stream is available through the implicit outStream object.
    • D、 The servlet context is available through the implicit servletContext object.
    • E、 The JspContext for the tag file is available through the implicit jspContext object.

    正确答案:B,E

  • 第14题:

    Which program finds only files that are in your PATH?()


    正确答案:/USR/BINyWHICH

  • 第15题:

    Which two directives are applicable only to tag files?()

    • A、Tag
    • B、Page
    • C、Taglib
    • D、Include
    • E、Variable

    正确答案:A,E

  • 第16题:

    You performed the RMAN database backup with the KEEP option.Which two statements are true about this backup?() (Choose two)

    • A、The KEEP option overrides the configured retention policy
    • B、The KEEP option is an attribute of an individual backup piece
    • C、The backup contains only data files and archived redo log files
    • D、The backup contains data files, the server parameter file and the control file even if the control file auto backup is disabled

    正确答案:A,D

  • 第17题:

    多选题
    A web application contains a tag file called beta.tag in /WEB-INF/tags/alpha. A JSP page called sort.jspexists in the web application and contains only this JSP code: 1. 3. The sort.jsp page is requested. Which two are true?()
    A

    Tag files can only be accessed using a tagdir attribute.

    B

    The sort.jsp page translates successfully and invokes the tag defined by beta.tag.

    C

    The sort.jsp page produces a translation error because a taglib directive must always have a uriattribute.

    D

    Tag files can only be placed in /WEB-INF/tags, and NOT in any subdirectories of /WEB- INF/tags.

    E

    The tagdir attribute in line 2 can be replaced by a uri attribute if a TLD referring to beta.tag is createdand added to the web application.


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

  • 第18题:

    多选题
    The loss of which two types of files may require a recovery with the RESETLOGS option?()
    A

    control files

    B

    password file

    C

    archived log files

    D

    system-critical data files for which all the redo entries are present

    E

    non-system-critical data files for which all the redo entries are present


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

  • 第19题:

    多选题
    You have enabled backup optimization for the RMAN environment. Identify two criteria on which RMAN will skip the file, if it has already been backed up.() (Choose two.)
    A

    The data file backup is done with multiple channels

    B

    The data files is in the read-write mode after being backed up in the read only mode

    C

    The backup was taken after the data files was taken offline-normal or is in the read only mode

    D

    The data file backup complies with the back retention policy and the backup duplexing feature


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

  • 第20题:

    多选题
    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
    解析: 暂无解析

  • 第21题:

    多选题
    You performed the RMAN database backup with the KEEP option.Which two statements are true about this backup?() (Choose two)
    A

    The KEEP option overrides the configured retention policy

    B

    The KEEP option is an attribute of an individual backup piece

    C

    The backup contains only data files and archived redo log files

    D

    The backup contains data files, the server parameter file and the control file even if the control file auto backup is disabled


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

  • 第22题:

    多选题
    You have enabled backup optimization for the RMAN environment. Identify two criteria on which RMAN will skip the file, if it has already been backed up.()
    A

    The data file backup is done with multiple channels

    B

    The data files is in the read-write mode after being backed up in the read only mode

    C

    The backup was taken after the data files was taken offline-normal or is in the read only mode

    D

    The data file backup complies with the back retention policy and the backup duplexing fe ture


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

  • 第23题:

    多选题
    Which two directives are applicable only to tag files?()
    A

    Tag

    B

    Page

    C

    Taglib

    D

    Include

    E

    Variable


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

  • 第24题:

    多选题
    The database is configured in ARCHIVELOG mode and regular complete database backups are taken. Theloss of which two types of files may require a recovery with the RESETLOGS option? ()(Choose two)
    A

    Control files

    B

    Password files

    C

    Inactive online redo log file

    D

    Archived log files required to perform recovery

    E

    Newly created tablespace which is not backed up


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