To secure a servlet, developers often use _________ combined with _________ to restrict access.

  • authentication, authorization
  • encryption, decryption
  • firewalls, intrusion detection
  • session management, cryptography
Developers often use authentication combined with authorization to secure a servlet. Authentication verifies the user's identity, while authorization determines the user's access rights.
Add your answer
Loading...

Leave a comment

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