Home » JAVA Programming » Java Basic » Question
  1. What type of protocol is HTTP?
    1. transfer protocol
    2. information protocol
    3. stateful
    4. stateless
    5. None of these
Correct Option: D

HTTP is a stateless protocol. It works on request and response mechanism and each request is an independent transaction.



Your comments will be displayed only after manual approval.