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

题目内容 (请给出正确答案)
单选题
What is the name of the WebLogic specific deployment descriptor of Java Enterprise Application?()
A

application.xml

B

weblogic.xml

C

web.xml

D

weblogic-application.xml

E

config.xml


参考答案

参考解析
解析: 暂无解析
更多 “单选题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 element of a web application deployment descriptor  element is required()?A、 realm-name B、 auth-method C、 security-role D、 transport-guarantee E、 web-resource-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

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

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

考题 在Weblogic 10.X中的config.xml中标识JMS system-resource module的4个属性是()。A、domain,jms-server,connectionfactory,destinationB、name,target,subdeployment,descriptor-file-nameC、config.xml,jms-module,subdeployment,descriptor-file-nameD、name,jms-module,subdeployment,descriptor-file-name

考题 Which implicit object is used in a JSP page to retrieve values associated with  entries inthe deployment descriptor?()A、ConfigB、RequestC、SessionD、Application

考题 Given this fragment from a Java EE deployment descriptor: 341. 342.java.lang.Throwable  343./mainError.jsp 344. 345. 346.java.lang.ClassCastException  347./castError.jsp 348. If the web application associated with the fragment above throws a ClassCastException.Which statement is true?()A、The deployment descriptor is invalid.B、The container invokes mainError.jsp.C、The container invokes castError.jsp.D、Neither mainError.jsp nor castError.jsp is invoked.

考题 When adding a  element to a web application deployment descriptor, the inclusion of which sub-element requires the definition of an error page()?A、 realm-name B、 auth-metod C、 auth-constraint D、 form-login-config E、 user-data-constaint

考题 Which the three interfaces need to be declared in the web application deployment descriptor? ()A、 HttpSessionListenerB、 HttpSessionBindingListenerC、 HttpSessionTimedOutListenerD、 HttpSessionAttributeListenerE、 HttpSessionActivationListenerF、 HttpSessionPassivatedListener

考题 Which three are guaranteed to be valid for the  element of a web application deployment descriptor?()A、 FORMB、 DIGESTC、 NORMALD、 ENCRYPTEDE、 CLIENT-CERT

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

考题 A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy.    What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments?()A、Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.B、Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.C、Keep environmental data in the database because it is the most effective way of parametrizing the environment.  D、Keep archive in exploded format so the customer does not have to open the archive files.E、Eliminate all environmental settings from the application. There should not to be any environmental settings in the application. 

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

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

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

考题 多选题Which the three interfaces need to be declared in the web application deployment descriptor? ()AHttpSessionListenerBHttpSessionBindingListenerCHttpSessionTimedOutListenerDHttpSessionAttributeListenerEHttpSessionActivationListenerFHttpSessionPassivatedListener

考题 多选题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 element of a web application deployment descriptor  element is required()?A  realm-name B  auth-method C  security-role D  transport-guarantee E  web-resource-collection

考题 单选题Given this fragment from a Java EE deployment descriptor: 341. 342.java.lang.Throwable  343./mainError.jsp 344. 345. 346.java.lang.ClassCastException  347./castError.jsp 348. If the web application associated with the fragment above throws a ClassCastException.Which statement is true?()A The deployment descriptor is invalid.B The container invokes mainError.jsp.C The container invokes castError.jsp.D Neither mainError.jsp nor castError.jsp is invoked.

考题 单选题Within the web application deployment descriptor, which defines a valid JNDI environment entry()A AB BC CD D

考题 单选题Which makes the local EJB component accessible to the web components in the web application deployment descriptor?()A AB BC CD D

考题 单选题Within a web application deployment descriptor, which maps the com.example.LoginServlet servlet to /utils/LoginServlet?()A AB BC CD D

考题 单选题Which defines the welcome files in a web application deployment descriptor?()A AB BC CD DE E

考题 单选题When adding a  element to a web application deployment descriptor, the inclusion of which sub-element requires the definition of an error page()?A  realm-name B  auth-metod C  auth-constraint D  form-login-config E  user-data-constaint

考题 单选题Given this fragment from a Java EE deployment descriptor: 341. 342.java.lang.Throwable  343./mainError.jsp 344. 345. 346.java.lang.ClassCastException  347./castError.jsp 348. If the web application associated with the fragment above throws a ClassCastException.Which statement is true?()A The deployment descriptor is invalid.B The container invokes mainError.jsp.C The container invokes castError.jsp.D Neither mainError.jsp nor castError.jsp is invoked.

考题 单选题A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy.    What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments?()A Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.B Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.C Keep environmental data in the database because it is the most effective way of parametrizing the environment.  D Keep archive in exploded format so the customer does not have to open the archive files.E Eliminate all environmental settings from the application. There should not to be any environmental settings in the application. 

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