网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
多选题
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 two elements of the Java Enterprise Application Archive are required?()AEJB ArchiveBDeployment DescriptorCMETA-INF sub directoryDResource Adapter archiveEJava library” 相关考题
考题 Given:And MainClass exists in the /apps/com/company/application directory. Assume the CLASSPATHenvironment variable is set to . (current directory). Which two java commands entered at the command line will run MainClass?()A.java MainClass if run from the /apps directoryB.java com.company.application.MainClass if run from the /apps directoryC.java -classpath /apps com.company.application.MainClass if run from any directoryD.java -classpath . MainClass if run from the /apps/com/company/application directoryE.java -classpath /apps/com/company/application:. MainClass if run from the /apps directoryF.java com.company.application.MainClass if run from the /apps/com/company/application directory

考题 Which CRS Subsystem handles connections between the Application Server and the Enterprise Databases?()A、MediaB、JTAPIC、DatabaseD、Application

考题 package com.company.application; public class MainClass{ public static void main(String[]args){} } And Main Class exists in the/apps/com/company/application directory.Assume the CLASSPATH environment variable is set to“.”(currentdirectory).Which two java commands entered at the command line will run MainClass()A、java MainClass if run from the/apps directoryB、javacom.company.application.MainClass if run from the/apps directoryC、java-classpath/appscom.company.application.MainClass if run fro many directoryD、java-classpath.MainClass if run fromt he/apps/com/company/application directoryE、java-classpath/apps/com/company/application:.MainClass if run from the/apps directoryF、javacom.company.application.MainClassifrunfromthe/apps/com/company/application directory

考题 Which statement is true for the class java.util.HashSet? () A、 The elements in the collection are ordered.B、 The collection is guaranteed to be immutable.C、 The elements in the collection are guaranteed to be unique.D、 The elements in the collection are accessed using a unique key.E、 The elements in the collections are guaranteed to be synchronized.

考题 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

考题 You need to store elements in a collection that guarantees that no duplicates are stored and all elements can be accessed in natural order. Which interface provides 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.

考题 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

考题 What is the name of the WebLogic specific deployment descriptor of Java Enterprise Application?()A、application.xmlB、weblogic.xmlC、web.xmlD、weblogic-application.xmlE、config.xml

考题 Which two software components are prerequisite products for the Common Audit and Reporting Service (CARS) event server?()A、IBM DB2 ServerB、Crystal Enterprise ServerC、IBM Tivoli Directory ServerD、IBM WebSphere Application ServerE、IBM Tivoli Access Manager Authorization Server

考题 package com.company.application;  public class MainClass {  public static void main(String[] args) { }  }  And MainClass exists in the /apps/com/company/application directory. Assume the CLASSPATH environment variable is set to “.“ (current directory).  Which two java commands entered at the command line will run MainClass?()A、 java MainClass if run from the /apps directoryB、 java com.company.application.MainClass if run from the /apps directoryC、 java -classpath /apps com.company.application.MainClass if run from any directoryD、 java -classpath . MainClass if run from the /apps/com/company/application directoryE、 java -classpath /apps/com/company/application:. MainClass if run from the /apps directoryF、 java com.company.application.MainClass if run from the /apps/com/company/application directory

考题 You want to create a valid directory structure for your Java EE web application, and you want to put yourweb application into a WAR file called MyApp.war. Which two are true about the WAR file?()A、At deploy time, Java EE containers add a directory called META-INF directly into the MyApp directory.B、At deploy time, Java EE containers add a file called MANIFEST.MF directly into the MyApp directory.C、It can instruct your Java EE container to verify, at deploy time, whether you have properly configured your application’s classes.D、At deploy time, Java EE containers add a directory call META-WAR directly into the MyApp directory.

考题 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

考题 Which product should be used along with Oracle Enterprise Manager Packs for Fusion Middleware for end-to-end visibility ?()A、 Oracle Data Masking PackB、 Oracle Real Application TestingC、 Oracle Byte Code Instrumentation for Java (BCI4J)D、 Oracle Real User Expirience Insight (ORUEI)

考题 多选题Which two software components are prerequisite products for the Common Audit and Reporting Service (CARS) event server?()AIBM DB2 ServerBCrystal Enterprise ServerCIBM Tivoli Directory ServerDIBM WebSphere Application ServerEIBM Tivoli Access Manager Authorization Server

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

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

考题 单选题What is the name of the WebLogic specific deployment descriptor of Java Enterprise Application?()A application.xmlB weblogic.xmlC web.xmlD weblogic-application.xmlE config.xml

考题 多选题Which two code fragments correctly create and initialize a static array of int elements?()AABBCCDD

考题 多选题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 two of these elements need to be configured prior to enabling SSH? ()AhostnameBloopback addressCdefault gatewayDdomain nameESSH peer address

考题 单选题Which statement is true for the class java.util.ArrayList?()A  The elements in the collection are ordered.B  The collection is guaranteed to be immutable.C  The elements in the collection are guaranteed to be unique.D  The elements in the collection are accessed using a unique key.E  The elements in the collections are guaranteed to be synchronized.

考题 多选题You want to create a valid directory structure for your Java EE web application, and you want to put yourweb application into a WAR file called MyApp.war. Which two are true about the WAR file?()AAt deploy time, Java EE containers add a directory called META-INF directly into the MyApp directory.BAt deploy time, Java EE containers add a file called MANIFEST.MF directly into the MyApp directory.CIt can instruct your Java EE container to verify, at deploy time, whether you have properly configured your application’s classes.DAt deploy time, Java EE containers add a directory call META-WAR directly into the MyApp directory.

考题 单选题Which CRS Subsystem handles connections between the Application Server and the Enterprise Databases?()A MediaB JTAPIC DatabaseD Application

考题 多选题Which the two are reserved words in Java?()ArunBimportCdefaultDimplement

考题 单选题You need to store elements in a collection that guarantees that no duplicates are stored and all elements can be accessed in natural order. Which interface provides 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.

考题 多选题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 product should be used along with Oracle Enterprise Manager Packs for Fusion Middleware for end-to-end visibility ?()A  Oracle Data Masking PackB  Oracle Real Application TestingC  Oracle Byte Code Instrumentation for Java (BCI4J)D  Oracle Real User Expirience Insight (ORUEI)

考题 多选题When defining an application for AppFlow acceleration, which two must be configured on the WX device?()(Choose two.)ADefine application type.BEnable AppFlow for the application.CEnable monitoring for the application.DDefine source and destination IP addresses.