Multiple choice technology web technology

JAX-RPC

  1. Client side stubs automatically generated by a tool

  2. Dynamic Invocation Interface (DII)

  3. Dynamic proxies

  4. A, B, and C

  5. A client must invoke the service by looking up the Java interface in UDDI

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

JAX-RPC provides three invocation models for calling web services: static stubs generated from WSDL by tools, the Dynamic Invocation Interface (DII) for runtime calls without compile-time stubs, and dynamic proxies that combine type safety with runtime flexibility. These models give developers different trade-offs between convenience and flexibility when invoking services.