GIAC
GSSP-JAVA · Question #73
GSSP-JAVA Question #73: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-JAVA to reveal the answer and full explanation for question #73. The question stem and answer options stay visible for context.
Question
Which of the following statements are correct about the code given below? <security-constraint> <web-resource-collection> <web-resource-name>AccountServlet</web-resource-name> <description>This is an Account Servlet.</description> <http-method>GET</http-method> <http-method>POST</http-method> <http-method>PUT</http-method> <http-method>DELETE</http-method> <url-pattern>acme/AccountServlet</url-pattern> </web-resource-collection> </security-constraint> Each correct answer represents a complete solution. Choose all that apply.
Options
- AThe delete http method is not allowed in the http-method element declaration.
- BIf no http-method is specified in the web-resource-collection element, the security
- CThere should be at-least one url-pattern element otherwise, the <web-resource-collection>
- DIt is necessary that the web-resource-name must be specified in the web-resource-
- EIt is not possible to define more than two http method in the web-resource-collection
- FIt is necessary that the web-resource-name must be specified in the url of the url-pattern
Unlock GSSP-JAVA to see the answer
You've previewed enough free GSSP-JAVA questions. Unlock GSSP-JAVA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.