A WebSocket connection is established with a _________ handshake upgraded from an HTTP connection.
- SSL/TLS
- TCP
- UDP
- WebSocket
A WebSocket connection is established with a "WebSocket" handshake upgraded from an HTTP connection.
Loading...
Related Quiz
- What is the primary purpose of transaction management in database operations?
- Which method is used to initialize a filter in the filter chain?
- How can filters be used to manage cross-cutting concerns in a web application?
- _________ is a strategy where new instances of the application are launched in different geographic locations to handle traffic.
- Describe a scenario where it's more efficient to use local variables instead of instance variables in a servlet.