单项选择题
What is the result?()
A. An error occurs during page translation.
B. Translation is successful, but nothing is included in the response.
C. Both “10 x 5 = 50” and “2 * 3 = 6” are included in the JSP response.
D. The text “10 x 5 = 50” is included in the JSP response, but “2 * 3 = 6” is NOT.
E. The text “2 * 3 = 6” is included in the JSP response, but “10 x 5 = 50” is NOT.
相关考题
-
多项选择题
WhichthreeoccurduringJSPpagetranslation?()
A. The jspInit method is called.
B. The JSP page implementation class is created.
C. The JSP page implementation class is compiled.
D. The JSP page is validated for syntatic correctness.
E. The associated tag files are validated for syntatic correctness. -
单项选择题
Whichelementofawebapplicationdeploymentdescriptorelementisrequired()?
A. <realm-name>
B. <auth-method>
C. <security-role>
D. <transport-guarantee>
E. <web-resource-collection> -
单项选择题
Whichsecuritymechanismisemployedonlyontheserver-sidetolimitaccesstoresourcesorcomponents?()
A. authorization
B. data integrity
C. confidentiality
D. authentication
