What is Web Service?

Web Service provides the standard for communication between different software applications that are running in different platform. For example, an application developed using the language “C++” in Windows can communicate with another application developed using “Java” in Linux.

By this way, any applications can communicate with other application provided they follow the standards defined by Web Service.
Interview Questions: 

Search