1.

What type of protocol is HTTP?(a) stateless(b) stateful(c) transfer protocol(d) information protocolThis question was posed to me by my school principal while I was bunking the class.The question is from Web application topic in division Java Server Technologies & Servlet of Java

Answer»

Correct choice is (a) STATELESS

To explain I would say: HTTP is a stateless protocol. It works on request and response MECHANISM and each request is an INDEPENDENT TRANSACTION.



Discussion

No Comment Found

Related InterviewSolutions