InterviewSolution
| 1. |
What does the value 2 of the WebSocket attribute Socket.readyState indicate?(a) Closed connection(b) Handshake connection(c) Unestablished connection(d) Established connection and communication is possibleThis question was posed to me by my school teacher while I was bunking the class.The above asked question is from Web Sockets topic in division Sockets of JavaScript |
|
Answer» Correct OPTION is (b) Handshake connection |
|