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. None of the above

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

JAX-RPC supports both directions of code generation: from WSDL to Java (generating server/client stubs from a service description) and from Java to WSDL (generating service description from Java code). This bidirectional support makes it flexible for different development workflows.