The annotation _________ is used to configure the endpoint of a WebSocket server.
- @EndpointConfig
- @ServerEndpoint
- @WebSocketConfig
- @WebSocketEndpoint
The annotation @ServerEndpoint is used to configure the endpoint of a WebSocket server.
Loading...
Related Quiz
- How would a filter log request information without altering the request itself?
- How would you handle errors and timeouts in an asynchronous servlet operation?
- The __________ method of a filter is used for initialization.
- How does a filter pass the request and response to the next entity in the filter chain?
- In a transactional context, if one of the PreparedStatement executions fails, what should be the approach for handling this situation?