What are the advantages of using REST in Web API?
Answer / 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 |
What is domain parking?
Explain what does marshaller do if jaxb.encoding property is not declared?
Explain the sun-jaxws.xml file?
What are the points that should be considered by ports while binding?
Explain what is stax?
What’s the attribute for webservice method? What is the namespace for creating webservice?
What tools are used to test a web service?
Are api and web services the same?
Name some implementations of JAX-RS API?
What are different components of WSDL?
What is wsimport utility?
Explain the benefits of web services?