Multiple choice technology web technology

SAX is an event based parser

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.