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)

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 10

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


Ouadie

Ouadie

The Correct answer is : B C

Arturo

Arturo

A and E are the correct answers

Rudi

Rudi

should be A & E but there is a lack of information. We cannot answer this question !!

Allan Santos

Allan Santos

I guess is A and E too

Add.riano

Add.riano

A and E