Multiple choice technology web technology

DOM loads the whole xml to be parsed in the memory

  1. True

  2. False

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

DOM (Document Object Model) parser reads the entire XML document into memory and builds a tree structure, making it memory-intensive for large files.