Multiple choice technology web technology How many different types of parsers are available to parse XMLs ? 2 3 4 None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation XML parsers come in three main types: SAX (event-based, reads sequentially), DOM (tree-based, loads entire document), and StAX (pull-based streaming). The answer 3 correctly counts these fundamental parsing approaches.