InterviewSolution
Saved Bookmarks
| 1. |
Which of the below is a liberal reverse of Ajax?(a) HTTP(b) HTML(c) XML(d) Comet |
|
Answer» Correct choice is (d) Comet The best explanation: Comet is the reverse of Ajax: in Comet, it is the web server that initiates the communication, asynchronously sending messages to the client. The big advantage of Comet is that each client always has a communication link open to the server. |
|