In a scenario where sensitive data is transmitted, which protocol should a servlet use to ensure data security?
- FTP
- HTTP
- HTTPS
- SMTP
For transmitting sensitive data, such as during user logins, servlets should use HTTPS (HTTP Secure) to ensure data security through encryption.
Loading...
Related Quiz
- How do you differentiate between checked and unchecked SQL exceptions?
- What is the difference between context and init parameters in servlet configuration?
- _________ tracking involves appending session ID information to every URL.
- What is the impact of a filter throwing an unchecked exception during the execution of its doFilter method?
- In terms of design pattern, which one follows the Model View Controller (MVC) more closely?