What is the purpose of the method forward()?
A. Loads any random URL in the history list
B. Loads the previous URL in the history list
C. Loads a specific URL from the history list
D. Loads the next URL in the history list
Answer: Option D
A. Loads any random URL in the history list
B. Loads the previous URL in the history list
C. Loads a specific URL from the history list
D. Loads the next URL in the history list
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