Which two are true?

Given the annotation for MyServlet:
@WebServlet{“/abc”)
@ServletSecurity (value=@HttpConstraint)
public class Myservlet extends Httpservlet {
Which two are true? (Choose two)

Given the annotation for MyServlet:
@WebServlet{“/abc”)
@ServletSecurity (value=@HttpConstraint)
public class Myservlet extends Httpservlet {
Which two are true? (Choose two)

A.
No protection of user data must be performed by the transport.

B.
All user data must be encrypted by the transport.

C.
Access is to be denied independent of authentication state and identity.

D.
Only authenticated users are to be permitted.

E.
Access is to be permitted independent of authentication state and identity.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Tiparega

Tiparega

AE.
Specified in table 13-3, section 13.4.1 of Servlet 3.0 spec.