阿摩線上測驗 登入

試題詳解

試卷:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899 (101-132)#84682 | 科目:OCE

試卷資訊

試卷名稱:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899 (101-132)#84682

科目:OCE

複選題
113 Given:
 3. class MyServlet extends HttpServlet {
 4. public void doPut(HttpServletRequest req,
    HttpServletResponse resp)
    throws ServletException, IOException {
 5. // servlet code here
...
 26. }
 27. }
If the DD contains a single security constraint associated with MyServlet and its only <http-method> tags and
<auth-constraint> tags are:
<http-method>GET</http-method>
<http-method>PUT</http-method>
<auth-constrain>Admin</auth-constrain>
Which four requests would be allowed by the container? (Choose four)
(A) A user whose role is Admin can perform a PUT.
(B) A user whose role is Admin can perform a GET.
(C) A user whose role is Admin can perform a POST.
(D) A user whose role is Member can perform a PUT.
(E) A user whose role is Member can perform a POST.
正確答案:登入後查看