SAX can be used to modify XML
B
Correct answer
Explanation
SAX is a read-only, forward-only parser that cannot modify XML documents. As it processes XML sequentially, it generates events but provides no mechanism to alter the document structure. For XML modification, DOM-based parsers are required.