in Technology by
What do you understand by RESTful Web Services?

1 Answer

0 votes
by
RESTful web services are services that follow REST architecture. REST stands for Representational State Transfer and uses HTTP protocol (web protocol) for implementation. These services are lightweight, provide maintainability, scalability, support communication among multiple applications that are developed using different programming languages. They provide means of accessing resources present at server required for the client via the web browser by means of request headers, request body, response body, status codes, etc.

Related questions

0 votes
    How can you test RESTful Web Services?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
    Is it necessary to keep Spring MVC in the classpath for developing RESTful web services?...
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    What is Payload in terms of RESTful web services?...
asked Jun 23, 2021 in Technology by JackTerrance
0 votes
    What are the features of RESTful Web Services?...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
    What should be the purpose of HEAD method of RESTful web services?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What should be the purpose of OPTIONS method of RESTful web services?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What do you mean by Interoperability of Web Services?...
asked Mar 13, 2021 in Technology by JackTerrance
0 votes
    What do you mean by Web services manageability?...
asked Nov 7, 2020 in Education by Editorial Staff
0 votes
    What do you mean by loosely coupled architecture of Web services?...
asked Nov 7, 2020 in Education by Editorial Staff
0 votes
    What do you mean by Interoperability of Web Services?...
asked Nov 7, 2020 in Education by Editorial Staff
0 votes
    What do you understand by a node in Kubernetes?...
asked Oct 2, 2021 in Technology by JackTerrance
0 votes
    What do you understand by JAX-RS?...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
    What do you understand by analyzer in Elasticsearch?...
asked Jun 3, 2021 in Technology by JackTerrance
0 votes
    What do you understand by fail-fast in JAVA?...
asked May 27, 2021 in Technology by JackTerrance
0 votes
    What do you understand by transform Map?...
asked May 25, 2021 in Technology by JackTerrance
...