The _________ interface in Java EE allows the server to react to WebSocket lifecycle events.
- Decoder
- Encoder
- Endpoint
- Session
The Endpoint interface in Java EE allows the server to react to WebSocket lifecycle events.
Loading...
Related Quiz
- Which HTTP method is idempotent and used primarily for retrieving data?
- What is the purpose of implementing the HttpSessionBindingListener interface?
- How would a servlet handle a situation where both GET and POST requests need to be processed, but different actions are required for each?
- When multiple filters are defined, in what order are they executed?
- What is the primary purpose of encoding user input in web applications?