ExamQuestions.com

Register
Login
Java EE 7 Application Developer Exam Questions

Oracle

Java EE 7 Application Developer

23 / 72

Question 23:

Given: 
image
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);