SAX is an event based parser
A
Correct answer
Explanation
SAX (Simple API for XML) is an event-driven parser that reads XML documents sequentially and triggers callback methods as it encounters elements, attributes, and text, rather than loading the entire document into a tree structure.