What are the advantages of using REST in Web API?
Answer Posted / lakshman
1.low resources required when working with rest service.
2.No contract between client and server so its loosely coupled
3.its light weighted service
4.supports various technologies for data transfer such as xml,json,html,text
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a WebService and what is the underlying protocol used in it? Why Web Services?
Explain web services?
Define the specifications that help in the discovery of a web service?
What are the requirements to access a web service?
What tools are used to test a web service?
How can you prevent your web services from unauthorized access?
What are the steps to get a proxy object of a web service at the client side?
Describe the advantage that uddi has over disco?
How do I create asmx web service?
Name important annotations used in JAX-RS API?
Explain xml-rpc?
What are various components of WSDL?
Explain few disadvantages of response caching?
Enlist few tools used to test web services?
Compare SOAP and REST web services?