WebSocket connections are maintained even if the underlying _________ changes, like from HTTP to HTTPS.
- URI
- protocol
- security
- transport
WebSocket connections are maintained even if the underlying URI changes, like from HTTP to HTTPS.
Loading...
Related Quiz
- The __________ interface is used to receive events about changes to the servlet context's attribute list.
- In a chat application using WebSockets, when a message is sent to a closed connection, what happens and how should it be handled?
- The annotation _________ is used to configure the endpoint of a WebSocket server.
- A WebSocket connection is established with a _________ handshake upgraded from an HTTP connection.
- How can input sanitization be ineffective against certain advanced XSS attacks?