Q11 Multiple choice Mark for later Which three statements about parsers are true? (Choose three.) Select all that apply. A SAX and StAX are bi-directional. B DOM and StAX are bi-directional. C StAX is a push API, whereas SAX is pull. D SAX is a push API, whereas StAX is pull. E SAX and StAX are read-only. F SAX and DOM can write XML documents. G StAX and DOM can write XML documents. Correct answer