Multiple choice technology web technology

Abbreviate SAX

  1. Structure of an XML

  2. Symbolic Aggregate Approximation

  3. Simple API for XML

  4. Short Axis

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

SAX stands for Simple API for XML. It's an event-driven API for parsing XML documents that doesn't build a tree structure in memory, making it memory-efficient for large files.