A developer must create a program to parse a medium-sized XML file looking for an instance of a
specific element. Once the developer has found the element, the value must be updated and
saved to disk. Which two XML parsing APIs should be used in this situation? (Choose two.)
A.
DOM
B.
StAX
C.
JAXM
D.
SAAJ
Explanation: