Multiple choice technology web technology DOM loads the whole xml to be parsed in the memory True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation DOM stands for Document Object Model. A DOM parser reads an entire XML document and builds a hierarchical in-memory tree structure, allowing random access to any part of the document.