SAX is an event based parser
A
Correct answer
Explanation
SAX stands for Simple API for XML. It uses an event-driven model where the parser triggers callbacks as it encounters elements, attributes, and text, rather than loading the document into a tree structure.