单项选择题
Which 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
点击查看答案
相关考题
-
多项选择题
Whichtwoarevalidvaluesfortheelementinsideaelementofawebapplicationdeploymentdescriptor?()
A.NULL
B.SECURE
C.INTEGRAL
D.ENCRYPTED
E.CONFIDENTIAL -
多项选择题
Click the Exhibit button. Given the JSP code: 1.<% 2.pageContext.setAttribute( "product", 3.new com.example.Product( "Pizza", 0.99 ) ); 4.%> 5.<%-- insert code here --%> Which two, inserted at line 5, output the name of the product in the response?()
A.<%= product.getName()%>
B.<jsp:useBean id="product" class="com.example.Product" /> <%= product.getName()%>
C.<jsp:useBean id="com.example.Product" scope="page"> <%= product.getName()%></jspuseBean>
D.<jsp:useBean id="product" type="com.example.Product" scope="page" /><%= product.getName()%> -
多项选择题
Click the Exhibit button. Given: 10. 11.Product Name: 12.Product Price: 13. For a given product instance,which three jsp:setProperty attributes must be used to initialize its propertiesfrom the HTML form?()
A.id
B.name
C.type
D.param
E.property
