Multiple choice technology architecture

Which of the following is NOT a valid scenario for implementing Java EE WebServices?

  1. .NET application must be able to call your service.

  2. Your client could be built in any language and run on any platform.

  3. Guaranteed message delivery

  4. Provide reusable & interoperable service across the industry.

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

Java EE WebServices provide interoperability across platforms and languages (making .NET integration possible), support reusable services, and work with diverse clients. However, basic web services do NOT guarantee message delivery - that requires additional standards like WS-ReliableMessaging.