Front End Web Developer Question:
Download Questions PDF

Tell me what is a RESTful Web Service?

Front End Web Developer Interview Question
Front End Web Developer Interview Question

Answer:

REST stands for Representational State Transfer, an architectural style that has largely been adopted as a best practice for building web and mobile applications. RESTful services are designed to be lightweight, easy to maintain, and scaleable. They are typically based on the HTTP protocol, make explicit use of HTTP methods (GET, POST, PUT, DELETE), are stateless, use intuitive URIs, and transfer XML/JSON data between the server and the client.

Download Front End Web Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me difference between null and undefined?Tell me what Is An Anonymous Function?