1.

Which of the following is a stateless protocol?(a) HTML(b) XHTML(c) HTTP(d) XMLThe question was asked during an online interview.I'd like to ask this question from Web Sockets in portion Sockets of JavaScript

Answer»

Correct CHOICE is (C) HTTP

Easiest explanation: A stateless protocol does not require the server to retain information or STATUS about each user for the duration of multiple REQUESTS. HTTP is a stateless protocol, which means that the connection between the browser and the server is lost once the TRANSACTION ends.



Discussion

No Comment Found

Related InterviewSolutions