InterviewSolution
Saved Bookmarks
| 1. |
Which method is used to close the WebSocket?(a) Socket.flush()(b) Socket.close()(c) Socket.Close()(d) Socket.dispose()This question was posed to me during an interview.The question is from Web Sockets topic in section Sockets of JavaScript |
|
Answer» Correct option is (b) Socket.CLOSE() |
|