Front End Web Developer Question:

Tell me what is a RESTful Web Service?

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 PDF Read All 76 Front End Web Developer Questions
Previous QuestionNext Question
Tell me difference between null and undefined?Tell me what Is An Anonymous Function?