Multiple choice technology web technology

It doesn't matter for the client, the technology in which the web service has been implemented

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Web services use standard protocols (SOAP, HTTP, XML) that create interoperability. The client only needs to know the interface (WSDL), not the implementation technology (Java, .NET, etc.). This technology independence is a key benefit of web services.

AI explanation

The statement is True. A core benefit of web services is platform and language independence: because they communicate via standardized protocols like XML, SOAP, and WSDL over HTTP, a client can consume a web service without any knowledge of, or dependency on, the technology stack used to implement it on the server side.