What will happen if you set the private flag as 1?
A. Test will be run only by the administrator
B. Test will not be run
C. Test is public
D. Test is not displayed in public
Answer: Option D
A. Test will be run only by the administrator
B. Test will not be run
C. Test is public
D. Test is not displayed in public
Answer: Option D
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 possible
Which method is used to close the WebSocket?
A. Socket.flush()
B. Socket.close()
C. Socket.Close()
D. Socket.dispose()
Join The Discussion