Google News
logo
Web Services - Interview Questions
What is a Web Service?
Web Services work on client-server model where client applications can access web services over the network. Web services provide endpoint URLs and expose methods that can be accessed over network through client programs written in java, shell script or any other different technologies.

Web services are stateless and doesn’t maintain user session like web applications.
Advertisement