1.

Which of the following is not the request method?(a) Head(b) Get(c) Remove(d) PutThis question was posed to me in homework.My query is from HTTP Overview topic in portion HTML Fundamentals of HTML

Answer»

Right OPTION is (c) Remove

The explanation: There are VARIOUS request methods on the resource identified by Request-URI. Get, post, head, delete, TRACE, CONNECT, put and options are some of the methods. For retrieving information from the SERVER we use Get method.



Discussion

No Comment Found

Related InterviewSolutions