Multiple choice technology web technology Among the following which is the event based XML parsing SAX DOM JAXP 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.