InterviewSolution
Saved Bookmarks
| 1. |
How will you transmit data using the connection?(a) send(data)(b) Socket.send(“data”)(c) Socket.send(data)(d) Socket(data)This question was addressed to me in my homework.Query is from Web Sockets topic in section Sockets of JavaScript |
|
Answer» Correct option is (C) SOCKET.send(DATA) |
|