Multiple choice technology web technology Abbreviate SAX Structure of an XML Symbolic Aggregate Approximation Simple API for XML 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.