Multiple choice technology web technology

Java API for XML based RPC (JAX-RPC)

  1. Can be used to generate server side and client side Java (Web Service) code from a WSDL

  2. Can be used to generate a WSDL from Java (Web Service) code

  3. Both A and B

  4. one of the above

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

JAX-RPC supports round-trip development in both directions: it can generate Java stubs (server and client) from WSDL (top-down approach) and generate WSDL from Java interfaces (bottom-up approach). This bidirectional capability is captured in option C. Both A and B individually are incomplete.