41.What HTTP Status Code 200 states? It means, OK, shows success.
Interview Questions and AnswersRESTFULTechnical Interview Questions and Answers
41.What HTTP Status Code 200 states? It means, OK, shows success.
31.Which header of HTTP response provides control over caching? Cache-Control is the primary header to control caching.
21.What are the disadvantages of statelessness in RESTful Webservices? Following is the disadvantage of statelessness in RESTful web services − Web services need to get extra information in each request …
11.What are the core components of a HTTP Request? A HTTP Request has five major parts − Verb − Indicate HTTP methods such as GET, POST, DELETE, PUT etc. URI …
1.What REST stands for? REST stands for REpresentational State Transfer.