Multiple choice technology architecture

Which of the following is NOT an advantage of Java EE Web Services Programming Model?

  1. Supports resource injection removing the burden of creating and initializing common resources in a Java runtime environment.

  2. Simplifies development/deployment of web services through annotations.

  3. Supports both SOAP 1.1 and SOAP 1.2

  4. A JAX-WS client can access a web service that is not running on the Java platform, and vice versa.

  5. None of the above.

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

All the listed options (A, B, C, D) are actual advantages of Java EE web services programming model. Resource injection, annotations, multi-version SOAP support, and cross-platform interoperability are all benefits. Therefore 'None of the above' (E) is the correct answer.