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.