Multiple choice technology web technology

Which of this is used for processing XML documents using DOM,SAX, XLST.

  1. JXMLP

  2. JAXP

  3. JAP

  4. JXP

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

JAXP (Java API for XML Processing) is the standard Java API for processing XML documents. It supports parsing XML using DOM (Document Object Model) and SAX (Simple API for XML), as well as transforming XML with XSLT. The other options are not standard or recognizable Java XML processing APIs.