Multiple choice technology web technology

Which Web Services API is used for sending XML documents/attachments over the Internet?

  1. JAXB

  2. JAXR

  3. SAAJ

  4. JAX-RPC

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

SAAJ (SOAP with Attachments API for Java) is specifically designed for sending XML documents and attachments over the Internet using SOAP protocol. JAXB is for XML binding to Java objects, JAXR for registry access, and JAX-RPC for remote procedure calls via SOAP.