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 tagsand tags are:GETPUT Admin Which four requests would be allowed by the container?()
A user whose role is Admin can perform a PU
B. A user whose role is Admin can perform a GE
C. A user whose role is Admin can perform a POS
D. A user whose role is Member can perform a PU
E. A user whose role is Member can perform a POS
F. A user whose role is Member can perform a GE