Multiple choice technology web technology

On invoking a Web Service, you have received response XML. You need to process this XML document to update the details in the database.

  1. JAXP

  2. JAXR

  3. UDDI

  4. JSSE

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

JAXP (Java API for XML Processing) is designed for parsing, validating, and processing XML documents, making it the appropriate tool to read the response XML before updating the database. UDDI and JAXR are used for discovering and registering web services, while JSSE secures communications via SSL/TLS.