多选题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
参考解析
解析:
暂无解析
相关考题:
Which the two are true regarding a web application class loader?()A、 A web application may override the web container’s implementation classesB、 A web application running in a J2EE product may override classes in the javax.* namespaceC、 A web application class loader may NOT override any classes in the java.* and javax.* namespaceD、 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 getResourceE、 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
Which two configuration elements are required for a policy-based VPN?()A、IKE gatewayB、secure tunnel interfaceC、security policy to permit the IKE trafficD、security policy referencing the IPsec VPN tunnel
Which two elements of the Java Enterprise Application Archive are required?()A、EJB Archive B、Deployment DescriptorC、META-INF sub directoryD、Resource Adapter archiveE、Java library
An application that needs to use a shared library has a deployment descriptor that only specifies the Specification-Version and Extension-Name of the shared library. When the application is deployed, which shared library will be used?()A、The application will go into an ADMIN state and fail to deploy because the Implementation- Version is required.B、The application will be deployed but the classes in the shared library will not be available.C、If you are using the WebLogic Admin Console, you will be prompted for the version you want to use; otherwise, the application will fail to deploy.D、If there are multiple versions of the shared library deployed, WebLogic will use the one with the highest Implementation-Version.E、If there are multiple versions of the shared library deployed, WebLogic will use the one that was deployed most recently.
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 AIXB、 PowerVM Enterprise EditionC、 IBM Management Edition for AIXD、 Workload Partition Manager for AIX
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.
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.
You need to store elements in a collection that guarantees that no duplicates are stored. Which two interfaces provide that capability?() A、 Java.util.MapB、 Java.util.SetC、 Java.util.ListD、 Java.util.StoredSetE、 Java.util.StoredMapF、 Java.util.Collection
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
In which two locations can library dependencies be defined for a web application? ()A、 the web application deployment descriptorB、 the /META-INF/dependencies.xml fileC、 the /META-INF/MANIFEST.MF manifest fileD、 the /META-INF/MANIFEST.MF manifest of a JAR in the web application classpath
Which two are required elements for the element of a web applicationdeployment descriptor?()A、realm-nameB、url-patternC、descriptionD、web-resource-nameE、transport-guarantee
Which two configuration elements are required for a route-based VPN?()A、secure tunnel interfaceB、security policy to permit the IKE trafficC、a route for the tunneled transit trafficD、tunnel policy for transit traffic referencing the IPsec VPN
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-VersionB、Specification-VersionC、Extension-Name D、Specification-VendorE、Implementation-Vendor
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
Which two stand-alone products are also parts of Oracle WebLogic Enterprise Edition offering ?()A、 Oracle WebLogic Real TimeB、 Oracle Internet Application ServerC、 Oracle Application Development Framework (ADF)D、 Oracle Enterprise Pack for Eclipse
多选题Which the two about WAR files are true?()AWAR files must be located in the web application library directory.BWAR files must contain the web application deployment descriptor.CWAR files must be created by using archive tools to designed specifically for that purpose.DThe web container must serve the content of any META-INF directory located in a WAR file.EThe web container must allow access to resources in JARs in the web application library directory
多选题When setting up the Flashback Data Archive, which of these key parameters are required?()ATablespace nameBStorage quotaCRetentionDTable nameECreate a default archive
多选题Which two are required elements for the element of a web applicationdeployment descriptor?()Arealm-nameBurl-patternCdescriptionDweb-resource-nameEtransport-guarantee
多选题In which two locations can library dependencies be defined for a web application? ()Athe web application deployment descriptorBthe /META-INF/dependencies.xml fileCthe /META-INF/MANIFEST.MF manifest fileDthe /META-INF/MANIFEST.MF manifest of a JAR in the web application classpath
多选题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?()AImplementation-VersionBSpecification-VersionCExtension-NameDSpecification-VendorEImplementation-Vendor
多选题Which two elements of the Java Enterprise Application Archive are required?()AEJB ArchiveBDeployment DescriptorCMETA-INF sub directoryDResource Adapter archiveEJava library
多选题What two statements are true about Oracle Enterprise Manager’s Java Diagnostic tool, which makes the tool suitable for production server diagnostics ?()Avirtually zero overhead for application running in the JVMBno stalling of running JVM when taking a heap dump for memory analysisCno need of modification, changes, or instrumentation of the application since is uses Network Protocol Analysis (NPA technology)Dprovides Byte Code Instrumentation for Java
多选题Which the two are true regarding a web application class loader?()AA web application may override the web container’s implementation classesBA web application running in a J2EE product may override classes in the javax.* namespaceCA web application class loader may NOT override any classes in the java.* and javax.* namespaceDResources in the WAR class directory or in any of the JAR files within the library directory may be accessed using the J2SE semantics of getResourceEResources 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
多选题Which two stand-alone products are also parts of Oracle WebLogic Enterprise Edition offering ?()AOracle WebLogic Real TimeBOracle Internet Application ServerCOracle Application Development Framework (ADF)DOracle Enterprise Pack for Eclipse
多选题Which two are true regarding a web application class loader?()AA web application may override the web container’s implementation classes.BA web application running in a J2EE product may override classes in the javax.* namespace.CA web application class loader may NOT override any classes in the java.* and javax.* namespaces.DResources 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.
多选题Which two configuration elements are required for a policy-based VPN?()AIKE gatewayBsecure tunnel interfaceCsecurity policy to permit the IKE trafficDsecurity policy referencing the IPsec VPN tunnel
多选题Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()Aejb-refBjdbc-refCservlet-refDresource-refEjavamail-refFresource-env-ref
多选题Which two configuration elements are required for a route-based VPN?()Asecure tunnel interfaceBsecurity policy to permit the IKE trafficCa route for the tunneled transit trafficDtunnel policy for transit traffic referencing the IPsec VPN