单项选择题

Which JSTL tag structure supports this scenario?()

A.A
B.B
C.C
D.D


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题Which the security mechanism uses the concept of a realm?()

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

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

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

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

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

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

最新试题

Which two are true()

题型:多项选择题

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

题型:多项选择题

Assume the tag handler for a st:simpletag extends SimpleTagSupport. In what way can scriptlet code be used in the body of st:simple?()

题型:单项选择题

Which the JSTL code snippet can be used to import content from another web resource?()

题型:单项选择题

For a given product instance, which three jsp:setProperty attributes must be used to initialized its properties form the HTML form? ()

题型:多项选择题

Which the two are characteristics of the Service Locator pattern?()

题型:多项选择题

A JSP page, current.jsp, is created to display the current weather report. The weather report is contained in a weather.html page that is rewritten every five minutes. Which line, appearing in current.jsp, ensures that the most recent version of weather.html is included whenever current.jsp is referenced?()

题型:单项选择题

What code, inserted at line 21, is called prior to a session being migrated to a different JVM assuming the web application containing MyExample is deployed in a container which supports distributed applications?()

题型:单项选择题

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

题型:单项选择题

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?()  

题型:单项选择题