Vidyalelo
JavaScript · Q144

Document Object Model And Event Handling

Programming · JavaScript · question 144

Q144

Which of the below is a lieral reverse of Ajax?

A.
HTTP
B.
HTML
C.
XML
D.
Comet
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Comet is the reverse of Ajax: in Comet, it is the web server that initiates the communication, asynchronously sending messages to the client.