Multiple choice technology web technology

Among the following which is the event based XML parsing

  1. SAX

  2. DOM

  3. JAXP

  4. JAXB

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

SAX (Simple API for XML) is an event-based XML parser that reads XML sequentially and triggers events (startElement, endElement, characters) as it encounters tags. DOM builds a tree in memory, JAXP is an API, and JAXB is for XML-Java binding.