1.

What are the types of an HTTP request?

Answer»

HTTP outlines a SET of request methods that indicate the action to be PERFORMED for a resource. Each request method implements a different semantic, but they also share some common features. Here are the 7 HTTP request methods EVERY web developer preparing for Servlet interview QUESTIONS and answers should know:

  • GET
  • HEAD
  • POST
  • PUT
  • DELETE
  • OPTIONS
  • PATCH


Discussion

No Comment Found