Question 23:
Given:
Which client-side Java method will send the employee object to the WebSocket Server Endpoint?
Answer options:
A. session.post(employee); B. container.send(employee); C. session.send(employee); D. remote.sendObject(employee);
Answer correct:
A