HTTP persistent connections are managed using the _________ header in servlet responses.
- Connection
- Keep-Alive
- Persistent
- Session
HTTP persistent connections are managed using the Keep-Alive header in servlet responses.
Loading...
Related Quiz
- A filter can alter the header information of a request or response by modifying the _______.
- How does using the PreparedStatement in servlets improve performance?
- How does a servlet typically report an error back to the client?
- Which component in the MVC framework is typically implemented using servlets?
- Filters can modify the __________ or __________ objects before they reach a servlet.