Multiple choice technology web technology

Java API for XML Parsing (JAXP) is

  1. A new XML parser implementation

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

  3. A standard XML parsing technique

  4. none of the above

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

JAXP is a standard Java API that provides a pluggable abstraction layer over different XML parser implementations (like DOM and SAX parsers from various vendors). It does not implement parsing itself but standardizes how developers interact with parsers. Option B correctly describes this abstraction, despite minor phrasing issues.