niusouti.com

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


相似考题
更多“单选题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”相关问题
  • 第1题:

    在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

  • 第2题:

    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

  • 第3题:

    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

  • 第4题:

    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-Version
    • B、Specification-Version
    • C、Extension-Name  
    • D、Specification-Vendor
    • E、Implementation-Vendor

    正确答案:A,C

  • 第5题:

    What type of Java EE application can be upgraded to WebLogic 12c using the Smart Upgrade tool?()

    • A、GlassFish
    • B、iAS 
    • C、WebLogic Server 11g
    • D、JBoss

    正确答案:B

  • 第6题:

    单选题
    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
    解析: 暂无解析

  • 第7题:

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

    B

    Specification-Version

    C

    Extension-Name

    D

    Specification-Vendor

    E

    Implementation-Vendor


    正确答案: C,E
    解析: 暂无解析

  • 第8题:

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


    正确答案: B
    解析: 暂无解析

  • 第9题:

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

    A

    B

    B

    C

    C

    D

    D


    正确答案: A
    解析: 暂无解析

  • 第10题:

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

    A

    B

    B

    C

    C

    D

    D


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    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
    解析: 暂无解析

  • 第12题:

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


    正确答案: E
    解析: 暂无解析

  • 第13题:

    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

  • 第14题:

    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

  • 第15题:

    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

  • 第16题:

    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. 

    正确答案:B

  • 第17题:

    Which two stand-alone products are also parts of Oracle WebLogic Enterprise Edition offering ?()

    • A、 Oracle WebLogic Real Time
    • B、 Oracle Internet Application Server
    • C、 Oracle Application Development Framework (ADF)
    • D、 Oracle Enterprise Pack for Eclipse

    正确答案:C,D

  • 第18题:

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


    正确答案: C,A
    解析: 暂无解析

  • 第19题:

    单选题
    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
    解析: 暂无解析

  • 第20题:

    单选题
    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
    解析: 暂无解析

  • 第21题:

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

    A

    B

    B

    C

    C

    D

    D


    正确答案: D
    解析: 暂无解析

  • 第22题:

    单选题
    Which defines the welcome files in a web application deployment descriptor?()
    A

    A

    B

    B

    C

    C

    D

    D

    E

    E


    正确答案: B
    解析: 暂无解析

  • 第23题:

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


    正确答案: B
    解析: 暂无解析

  • 第24题:

    单选题
    What type of Java EE application can be upgraded to WebLogic 12c using the Smart Upgrade tool?()
    A

    GlassFish

    B

    iAS 

    C

    WebLogic Server 11g

    D

    JBoss


    正确答案: D
    解析: 暂无解析