多选题Which two elements of the Java Enterprise Application Archive are required?()AEJB ArchiveBDeployment DescriptorCMETA-INF sub directoryDResource Adapter archiveEJava library

题目
多选题
Which two elements of the Java Enterprise Application Archive are required?()
A

EJB Archive

B

Deployment Descriptor

C

META-INF sub directory

D

Resource Adapter archive

E

Java library


相似考题
参考答案和解析
正确答案: A,C
解析: 暂无解析
更多“多选题Which two elements of the Java Enterprise Application Archive are required?()AEJB ArchiveBDeployment DescriptorCMETA-INF sub directoryDResource Adapter archiveEJava library”相关问题
  • 第1题:

    A customer recently acquired two Power servers and plans to implement AIX 6.1 and Live Application Mobility.  What other product is required to accomplish this objective? ()

    • A、 HACMP for AIX
    • B、 PowerVM Enterprise Edition
    • C、 IBM Management Edition for AIX
    • D、 Workload Partition Manager for AIX

    正确答案:D

  • 第2题:

    Which two are true regarding a web application class loader?()

    • A、A web application may override the web container’s implementation classes.
    • B、A web application running in a J2EE product may override classes in the javax.* namespace.
    • C、A web application class loader may NOT override any classes in the java.* and javax.* namespaces.
    • D、Resources in the WAR class directory or in any of the JAR files within the library directory may be accessed using the J2SE semantics of getResource.

    正确答案:C,D

  • 第3题:

    Which the two about WAR files are true?()

    • A、 WAR files must be located in the web application library directory.
    • B、 WAR files must contain the web application deployment descriptor.
    • C、 WAR files must be created by using archive tools to designed specifically for that purpose. 
    • D、 The web container must serve the content of any META-INF directory located in a WAR file.
    • E、 The web container must allow access to resources in JARs in the web application library directory

    正确答案:B,E

  • 第4题:

    Which two are required elements for the  element of a web applicationdeployment descriptor?()

    • A、<realm-name>
    • B、<url-pattern>
    • C、<description>
    • D、<web-resource-name>
    • E、<transport-guarantee>

    正确答案:B,D

  • 第5题:

    You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster.    Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()

    • A、Implementation-Version
    • B、Specification-Version
    • C、Extension-Name  
    • D、Specification-Vendor
    • E、Implementation-Vendor

    正确答案:A,C

  • 第6题:

    Which two stand-alone products are also parts of Oracle WebLogic Enterprise Edition offering ?()

    • A、 Oracle WebLogic Real Time
    • B、 Oracle Internet Application Server
    • C、 Oracle Application Development Framework (ADF)
    • D、 Oracle Enterprise Pack for Eclipse

    正确答案:C,D

  • 第7题:

    多选题
    When setting up the Flashback Data Archive, which of these key parameters are required?()
    A

    Tablespace name

    B

    Storage quota

    C

    Retention

    D

    Table name

    E

    Create a default archive


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

  • 第8题:

    多选题
    In which two locations can library dependencies be defined for a web application? ()
    A

    the web application deployment descriptor

    B

    the /META-INF/dependencies.xml file

    C

    the /META-INF/MANIFEST.MF manifest file

    D

    the /META-INF/MANIFEST.MF manifest of a JAR in the web application classpath


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

  • 第9题:

    多选题
    Which two elements of the Java Enterprise Application Archive are required?()
    A

    EJB Archive

    B

    Deployment Descriptor

    C

    META-INF sub directory

    D

    Resource Adapter archive

    E

    Java library


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

  • 第10题:

    多选题
    Which the two are true regarding a web application class loader?()
    A

    A web application may override the web container’s implementation classes

    B

    A web application running in a J2EE product may override classes in the javax.* namespace

    C

    A web application class loader may NOT override any classes in the java.* and javax.*  namespace

    D

    Resources in the WAR class directory or in any of the JAR files within the library directory may  be accessed using the J2SE semantics of getResource

    E

    Resources in the WAR class directory or in any of the JAR files within the library directory  cannot be accessed using the J2SE semantics of getResource


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

  • 第11题:

    多选题
    Which two are true regarding a web application class loader?()
    A

    A web application may override the web container’s implementation classes.

    B

    A web application running in a J2EE product may override classes in the javax.* namespace.

    C

    A web application class loader may NOT override any classes in the java.* and javax.* namespaces.

    D

    Resources in the WAR class directory or in any of the JAR files within the library directory may be accessed using the J2SE semantics of getResource.


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

  • 第12题:

    多选题
    Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()
    A

    ejb-ref

    B

    jdbc-ref

    C

    servlet-ref

    D

    resource-ref

    E

    javamail-ref

    F

    resource-env-ref


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

  • 第13题:

    Company.com is having trouble installing a fresh AIX image onto a newly defined partition on a p5-520. The assignment of the adapters to the each of the partitions is as follows: Fibre Channel Card 01 - partition one - required  Fibre Channel Card 02 - partition one - required  SCSI adapter 01 - partition one - desired  IDE adapter 01 - partition one - required  Ethernet adapter 01 - partition one - required  Ethernet adapter 01 - partition two - required  SCSI adapter 02 - partition two - required  IDE adapter 01 - partition two - desired  Which of the following actions will enable the installation of the AIX image?()

    • A、Change the IDE adapter from desired to required in partition two and restart the partition to release the resource.
    • B、Purchase a SCSI DVD-ROM drive to connect to the SCSI adapter in partition two.
    • C、Purchase an LTO tape drive so that a system image backup can be created to install a new AIX partition.
    • D、Change the IDE adapter from required to desired in partition one and restart the partition to release the resource.

    正确答案:D

  • 第14题:

    You need to store elements in a collection that guarantees that no duplicates are stored. Which two interfaces provide that capability?()   

    • A、 Java.util.Map
    • B、 Java.util.Set
    • C、 Java.util.List
    • D、 Java.util.StoredSet
    • E、 Java.util.StoredMap
    • F、 Java.util.Collection

    正确答案:B,D

  • 第15题:

    In which two locations can library dependencies be defined for a web application? ()

    • A、 the web application deployment descriptor
    • B、 the /META-INF/dependencies.xml file
    • C、 the /META-INF/MANIFEST.MF manifest file
    • D、 the /META-INF/MANIFEST.MF manifest of a JAR in the web application classpath

    正确答案:C,D

  • 第16题:

    Which two configuration elements are required for a route-based VPN?()

    • A、secure tunnel interface
    • B、security policy to permit the IKE traffic
    • C、a route for the tunneled transit traffic
    • D、tunnel policy for transit traffic referencing the IPsec VPN

    正确答案:A,C

  • 第17题:

    What two statements are true about Oracle Enterprise Manager’s Java Diagnostic tool, which makes the tool suitable for production server diagnostics ?()

    • A、 virtually zero overhead for application running in the JVM 
    • B、 no stalling of running JVM when taking a heap dump for memory analysis 
    • C、 no need of modification, changes, or instrumentation of the application since is uses Network Protocol Analysis (NPA technology)
    • D、 provides Byte Code Instrumentation for Java

    正确答案:A,B

  • 第18题:

    多选题
    Which the two about WAR files are true?()
    A

    WAR files must be located in the web application library directory.

    B

    WAR files must contain the web application deployment descriptor.

    C

    WAR files must be created by using archive tools to designed specifically for that purpose.

    D

    The web container must serve the content of any META-INF directory located in a WAR file.

    E

    The web container must allow access to resources in JARs in the web application library directory


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

  • 第19题:

    多选题
    Which two are required elements for the  element of a web applicationdeployment descriptor?()
    A

    <realm-name>

    B

    <url-pattern>

    C

    <description>

    D

    <web-resource-name>

    E

    <transport-guarantee>


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

  • 第20题:

    多选题
    You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster.    Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()
    A

    Implementation-Version

    B

    Specification-Version

    C

    Extension-Name

    D

    Specification-Vendor

    E

    Implementation-Vendor


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

  • 第21题:

    多选题
    What two statements are true about Oracle Enterprise Manager’s Java Diagnostic tool, which makes the tool suitable for production server diagnostics ?()
    A

    virtually zero overhead for application running in the JVM

    B

    no stalling of running JVM when taking a heap dump for memory analysis

    C

    no need of modification, changes, or instrumentation of the application since is uses Network Protocol Analysis (NPA technology)

    D

    provides Byte Code Instrumentation for Java


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

  • 第22题:

    多选题
    Which two stand-alone products are also parts of Oracle WebLogic Enterprise Edition offering ?()
    A

    Oracle WebLogic Real Time

    B

    Oracle Internet Application Server

    C

    Oracle Application Development Framework (ADF)

    D

    Oracle Enterprise Pack for Eclipse


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

  • 第23题:

    多选题
    Which two configuration elements are required for a policy-based VPN?()
    A

    IKE gateway

    B

    secure tunnel interface

    C

    security policy to permit the IKE traffic

    D

    security policy referencing the IPsec VPN tunnel


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

  • 第24题:

    多选题
    Which two configuration elements are required for a route-based VPN?()
    A

    secure tunnel interface

    B

    security policy to permit the IKE traffic

    C

    a route for the tunneled transit traffic

    D

    tunnel policy for transit traffic referencing the IPsec VPN


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