What is the primary purpose of using HTTPS instead of HTTP in servlets?
- Enhanced Logging
- Faster Performance
- Improved Security
- Simpler Implementation
The primary purpose of using HTTPS in servlets is to provide improved security by encrypting the data transmitted between the client and server, ensuring secure communication.
Loading...
Related Quiz
- The __________ object provides the filter with information about its initialization parameters.
- When multiple filters are defined, in what order are they executed?
- Which of these is not a type of memory area in the Java Virtual Machine (JVM)?
- When implementing CSP, the _________ directive is crucial in restricting resources the page can load.
- How can a server control the lifetime of a cookie in a client's browser?