InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not associated with web socket communication?(a) https(b) wss(c) ws(d) httpI have been asked this question in quiz.This intriguing question comes from Web Socket Communications topic in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» CORRECT choice is (d) http Explanation: For OPENING WebSocket we CALL WebSocket constructor. The syntax is |
|