The deployment descriptor is invalid.
The container invokes mainError.jsp.
The container invokes castError.jsp.
Neither mainError.jsp nor castError.jsp is invoked.
第1题:
What is the name of the WebLogic specific deployment descriptor of Java Enterprise Application?()
第2题:
Given: String value = getServletContext().getInitParameter("foo"); in an HttpServlet and a web applicationdeployment descriptor that contains:
第3题:
Given this fragment from a Java EE deployment descriptor: 124.
第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?()
第5题:
the URL pattern that requires authorization
the HTTP methods that require authorization
the users allowed access to the web resource
the J2EE roles allowed access to the web resource
the authentication mechanism required by the web resource
第6题:
Implementation-Version
Specification-Version
Extension-Name
Specification-Vendor
Implementation-Vendor
第7题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第8题:
application.xml
weblogic.xml
web.xml
weblogic-application.xml
config.xml
第9题:
Line 24 can never be reached.
The deployment descriptor is NOT valid.
If line 24 executes, the user’s role will be Admin.
If line 24 executes, the user’s role will be Administrator.
If line 24 executes the user’s role will NOT be predictable.
第10题:
The foo initialization parameter CANNOT be set programmatically.
Compilation fails because getInitParameter returns type Object.
The foo initialization parameter is NOT a servlet initialization parameter.
Compilation fails because ServletContext does NOT have a getInitParameter method.
The foo parameter must be defined within the
第11题:
FORM
DIGEST
NORMAL
ENCRYPTED
CLIENT-CERT
第12题:
The deployment descriptor is invalid.
The container invokes mainError.jsp.
The container invokes castError.jsp.
Neither mainError.jsp nor castError.jsp is invoked.
第13题:
If you want to use the Java EE platform’s built-in type of authentication that uses a custom HTML page for authentication. Which two statements are true?()
第14题:
Given this fragment from a Java EE deployment descriptor: 341.
第15题:
Which two statements are true about using the isUserInRole method to implement security in a Java EEapplication?()
第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?()
第17题:
Every
A
A given tag can apply to only one
A given
It is possible to construct a valid
第18题:
This deployment descriptor is NOT valid.
The container first looks in the register directory for beta.html.
The container first looks in the register directory for alpha.html.
The container first looks for a servlet mapping in the deployment descriptor.
第19题:
HttpSessionListener
HttpSessionBindingListener
HttpSessionTimedOutListener
HttpSessionAttributeListener
HttpSessionActivationListener
HttpSessionPassivatedListener
第20题:
<b></b>
<b>12</b>
The JSP fails to execute.
<% int i = 12 %><b><%= i %></b>
第21题:
Line 24 can never be reached.
The deployment descriptor is NOT valid.
If line 24 executes, the user’s role will be Admin.
If line 24 executes, the user’s role will be Administrator.
If line 24 executes the user’s role will NOT be predictable.
第22题:
Placing it in the /secure directory
Placing it in the /WEB-INF directory
Placing it in the /META-INF/secure directory
Creating a element within the deployment descriptor
第23题:
It can be invoked only from the doGet or doPost methods.
It can be used independently of the getRemoteUser method.
Can return true even when its argument is NOT defined as a valid role name in the deployment descriptor.
Using the isUserInRole method overrides any declarative authentication related to the method in which it is invoked.
第24题:
The deployment descriptor is invalid.
The container invokes mainError.jsp.
The container invokes castError.jsp.
Neither mainError.jsp nor castError.jsp is invoked.