Multiple choice technology web technology

JAXP

  1. A new XML parser implementation

  2. A standard XML parsing technique

  3. A standard XML API that can be used by developers with over an XML parser

  4. All of the above

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

JAXP (Java API for XML Processing) is a standard API that provides a consistent interface for working with XML parsers in Java. It enables pluggable XML parsers (DOM, SAX, XSLT) without code changes. Option A incorrectly calls it a parser implementation - it's an abstraction layer over parsers. Option B is imprecise - it's an API, not a parsing technique.