Which of the following is a stateless protocol?
Select an option to see the answer and solution.
What does the value 2 of the WebSocket attribute Socket.readyState indicate?
Select an option to see the answer and solution.
How many WebSocket events are available?
Select an option to see the answer and solution.
Which method is used to close the WebSocket?
Select an option to see the answer and solution.
How does the client and the server communicate following the rules defined by the WebSocket protocol?
Select an option to see the answer and solution.
Which of the following are not a socket property?
Select an option to see the answer and solution.
How can we check the subprotocol being used by the client?
Select an option to see the answer and solution.
How will you transmit data using the connection?
Select an option to see the answer and solution.
Which of the following is not a WebSocket event?
Select an option to see the answer and solution.
What does an History object contain?
Select an option to see the answer and solution.
The history object is a part of which object?
Select an option to see the answer and solution.
How many methods are there in the History object?
Select an option to see the answer and solution.
What is the purpose of the method forward()?
Select an option to see the answer and solution.
How will you update the URL displayed in the location bar?
Select an option to see the answer and solution.
How do you add a particular state to the browsing history?
Select an option to see the answer and solution.
What does the pushState() method do?
Select an option to see the answer and solution.
Which of the following method is used to replace the current history state instead of adding a new state to the browsing history?
Select an option to see the answer and solution.
How many parameters does the replaceState() method take?
Select an option to see the answer and solution.
What is the purpose of the event window.onpopstate?
Select an option to see the answer and solution.
R is an extension of which of the following language?
Select an option to see the answer and solution.