In servlets, the _________ mechanism is used to encrypt data transmitted over the network.
- HTTP
- HTTPS
- SSL/TLS
- TCP
In servlets, the SSL/TLS mechanism is used to encrypt data transmitted over the network, providing a secure communication channel.
Loading...
Related Quiz
- A transaction's property ensuring that either all its operations are completed successfully, or none are, is known as _________.
- When is it necessary to consider thread safety in the development of a servlet?
- In an MVC framework, a servlet often delegates business logic processing to __________.
- What is the role of the doHead method in HTTP servlets?
- The sequence of filters applied to a request is determined by the order of __________ in the web.xml file.