单项选择题Which the basic authentication type is optional for a J2EE 1.4 compliant web container?()

A. HTTP Basic Authentication
B. Form Based Authentication
C. HTTP Digest Authentication
D. HTTPS Client Authentication


您可能感兴趣的试卷

你可能感兴趣的试题

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

2.单项选择题Which security mechanism can be directed through the  element in a web deployment descriptor()?

A. authorization
B. data integrity
C. confidentiality
D. authentication

4.单项选择题Which is characteristic of the Business Delegate pattern?()

A. It decreases complexity by removing a layer of proxy classes.
B. It reduces coupling between tiers by hiding implementation details.
C. It decreases performance due to the lack of caching of remote data.
D. It forces business-tier expectations to be dealt with in the presentation-tier.

8.多项选择题

A Company.com developer chooses to avoid using SingleThreadModel but wants to ensure that data is updated in a thread-safe manner. 
Which two can support this design goal?()

A. Store the data in a local variable.
B. Store the data in an instance variable.
C. Store the data in the HttpSession object.
D. Store the data in the ServletContext object.
E. Store the data in the ServletRequest object.

9.单项选择题Which HttpSession method stores an object in a session?()

A. put(String name. Object value)
B. set(String name. Object value)
C. setAttribute(String name. Object value)
D. putAttribute(String name. Object value)
E. addAttribute(String name. Object value)

10.单项选择题Which element is the parent of the  tag in the web application deployment descriptor? ()

A. <web-app> 
B. <filters> 
C. <servlet> 
D. <filter-list> 

最新试题

Given a web application in which the request parameter product ID contains a product identifier.Which two EL expressions evaluate the value of the product ID?()

题型:多项选择题

The tag handler for n:recurse extends SimpleTagSupport.Assuming an n:recurse tag can either contain an empty body or another n:recurse tag, which strategy allows the tag handler for n:recurse to output the nesting depth of the deepest n:recurse tag?()  

题型:单项选择题

Given a JSP error page, which implicit object refers to the uncaught Throwable that resulted in th epage being invoked?()

题型:单项选择题

Which statement, at line 16, retrieves an InputStream for the file /WEBINF/ nyresrc.bin()?

题型:单项选择题

Which the three EL expressions, inserted at line 15, are valid and evaluate to "3"? ()

题型:多项选择题

Which is the true choice about the web container request processing model()?

题型:单项选择题

Which three can be placed at line 23 to retrieve an existing HttpSession object?()

题型:多项选择题

Assume session is an HttpSession, and is not referenced anywhere else in ServletA. Which two changes, taken together, ensure that value is equal to “Hello” on line 23? ()

题型:多项选择题

Which two are true()

题型:多项选择题

Given that session is a valid HttpSession object:  Int max = session.getAttribute(“MyReallyLongName”);  Which is true?()  

题型:单项选择题