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

题目内容 (请给出正确答案)
单选题
In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic.    What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages?()
A

Configure a Work Manager for the MDB with a Maximum Thread Constraint.

B

Configure a Work Manager for the MDB with a Minimum Thread Constraint.  

C

Configure a Work Manager for the MDB with a Maximum Thread Constraint and a Capacity  Constraint. 

D

Configure a Work Manager for the MDB with a Minimum Thread Constraint and a Capacity Constraint. 

E

Configure a Work Manager for the MDB with both a Maximum Thread Constraint and Minimum Thread Constraint.


参考答案

参考解析
解析: 暂无解析
更多 “单选题In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic.    What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages?()A Configure a Work Manager for the MDB with a Maximum Thread Constraint.B Configure a Work Manager for the MDB with a Minimum Thread Constraint.  C Configure a Work Manager for the MDB with a Maximum Thread Constraint and a Capacity Constraint. D Configure a Work Manager for the MDB with a Minimum Thread Constraint and a Capacity Constraint. E Configure a Work Manager for the MDB with both a Maximum Thread Constraint and Minimum Thread Constraint.” 相关考题
考题 J2EE规范定义的组件中,属于客户端组件的是(32)。A.EJB组件和AppletB.Application和AppletC.Java Servlet和JSPD.Java Servlet和EJB组件

考题 ● J2EE 规范定义的组件中,属于客户端组件的是 (32)(32)A.EJB 组件和 AppletB.Application 和 AppletC.Java Servlet 和 JSPD.Java Servlet 和 EJB 组件

考题 packagecom.company.application;publicclassMainClass{publicstaticvoidmain(String[]args){}}AndMainClassexistsinthe/apps/com/company/applicationdirectory.AssumetheCLASSPATHenvironmentvariableissetto.(currentdirectory).WhichtwojavacommandsenteredatthecommandlinewillrunMainClass?()A.javaMainClassifrunfromthe/appsdirectoryB.javacom.company.application.MainClassifrunfromthe/appsdirectoryC.java-classpath/appscom.company.application.MainClassifrunfromanydirectoryD.java-classpath.MainClassifrunfromthe/apps/com/company/applicationdirectoryE.java-classpath/apps/com/company/application:.MainClassifrunfromthe/appsdirectoryF.javacom.company.application.MainClassifrunfromthe/apps/com/company/applicationdirectory

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

考题 J2EE规范定义了J2EE组件,不包括( )。A.应用(Application)客户端和小程序(applet)B.Java Servlet和Java Server Pages技术组件C.Enterprise JavaBeans(EJB)组件D.Office组件

考题 ● J2EE 规范中定义的Web组件是 (30) 。(30)A.应用(Application)客户端B.小程序(applet)C.Java Servlet和Java Server Pages技术组件D.Enterprise JavaBeans(EJB)组件

考题 J2EE规范定义的组件中,属于客户端组件的是( )。A.EJB组件和Applet B.Application和Applet C.Java Servlet和JSP D.Java Servlet和EJB组件

考题 Servlet/JSP主要是属于哪个Java平台的规范之中()。A、Java SEB、Java MEC、Java EE

考题 下列有关Java EE技术的陈述中,哪种说法是正确的?()A、Java EE是一个标准中间件体系结构B、Java EE一门编程语言C、一种编写Java语言的工具D、设计动态网页的工具

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

考题 Java EE应用的基本软件单元是()A、_Java EE组件B、容器组件C、web组件D、服务组件

考题 Application Control Engine (ACE) can check the health of servers and server farms by configuring health probes (which are sometimes referred to as keepalives). A probe can be one of many types. Which are valid ACE probes? ()A、 HTTPB、 Java scriptingC、 TCL scriptingD、 RADIUSE、 TACACS

考题 ASDM on the ASA platform is executed as:()A、 An active-x applicationor a java script applicationB、 A java script application and a PHP application.C、 A fully compiled .NET framework applicationD、 A fully operational Visual Basic applicationE、 A java applet running in the context of your browser or a stand alone application using the java run-timeenvironment

考题 Companycom has just installed a p5 595 with four uncapped LPARs in a shared processor pool. The system and profile settings are still in their default states. One of the LPARs has an application that is consuming all of the available shared processor resources. Users of this application are complaining about response time. Which of the following changes to the slow LPAR would improve response time?()A、Enable SMTB、Reduce the weightC、Renice the processD、Increase the weight

考题 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 your application usestag files and a JAR file. Which three must be located directly in your WEB-INF directory(NOT in asubdirectory of WEB-INF)?()A、The JAR fileB、A directory called libC、A directory called tagsD、A directory called TLDsE、A directory called classesF、A directory called META-INF

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

考题 Identify four features of WebLogic that provide value above and beyond a simple Java EE  container.()A、Active GridLink for RACB、support for enterprise Web Services standards beyond Java EE specificationC、Integration with Enterprise ManagerD、market leading performanceE、Java EE6 Specification SupportF、Java SE 7 support

考题 单选题ASDM on the ASA platform is executed as:()A  An active-x applicationor a java script applicationB  A java script application and a PHP application.C  A fully compiled .NET framework applicationD  A fully operational Visual Basic applicationE  A java applet running in the context of your browser or a stand alone application using the java run-timeenvironment

考题 单选题What type of Java EE application can be upgraded to WebLogic 12c using the Smart Upgrade tool?()A GlassFishB iAS C WebLogic Server 11gD JBoss

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

考题 多选题You want to create a valid directory structure for your Java EE web application, and your application usestag files and a JAR file. Which three must be located directly in your WEB-INF directory(NOT in asubdirectory of WEB-INF)?()AThe JAR fileBA directory called libCA directory called tagsDA directory called TLDsEA directory called classesFA directory called META-INF

考题 单选题Java EE应用的基本软件单元是()A _Java EE组件B 容器组件C web组件D 服务组件

考题 单选题Which statement is FALSE regarding WebLogic Server 12c?()A supports Java EE 6.0B supports WebLogic Web Services 8.1 Application EnvironmentC includes a new Maven plug-inD supports use of annotations in resource adapter class files

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