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

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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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.

正确答案:D

第2题:

在Weblogic 10.X中的config.xml中标识JMS system-resource module的4个属性是()。

  • A、domain,jms-server,connectionfactory,destination
  • B、name,target,subdeployment,descriptor-file-name
  • C、config.xml,jms-module,subdeployment,descriptor-file-name
  • D、name,jms-module,subdeployment,descriptor-file-name

正确答案:B

第3题:

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>

正确答案:E

第4题:

Which the three interfaces need to be declared in the web application deployment descriptor? ()

  • A、 HttpSessionListener
  • B、 HttpSessionBindingListener
  • C、 HttpSessionTimedOutListener
  • D、 HttpSessionAttributeListener
  • E、 HttpSessionActivationListener
  • F、 HttpSessionPassivatedListener

正确答案:B,D,E

第5题:

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.

正确答案:C

第6题:

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

正确答案:B

第7题:

Which implicit object is used in a JSP page to retrieve values associated with  entries inthe deployment descriptor?()

  • A、Config
  • B、Request
  • C、Session
  • D、Application

正确答案:D

第8题:

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,B

第9题:

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>

正确答案:D

第10题:

Which three are guaranteed to be valid for the  element of a web application deployment descriptor?()

  • A、 FORM
  • B、 DIGEST
  • C、 NORMAL
  • D、 ENCRYPTED
  • E、 CLIENT-CERT

正确答案:A,B,E

更多相关问题