RESTFUL Web Services Interview Questions and Answers Part-5
41.What HTTP Status Code 200 states? It means, OK, shows success.
Read MoreSalesforce.com Lightning and Lightning Web Component – Learn & Share
41.What HTTP Status Code 200 states? It means, OK, shows success.
Read More31.Which header of HTTP response provides control over caching? Cache-Control is the primary header to control caching.
Read More21.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 and then interpret to get the client’s state in case…
Read More11.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 − Uniform Resource Identifier (URI) to identify the resource on…
Read More1.What REST stands for? REST stands for REpresentational State Transfer.
Read More