READ Free Dumps For Oracle- 1z0-897
Question ID 4546 | Which three statements about parsers are true? (Choose three.) |
Option A | A. SAX and StAX are bi-directional. |
Option B | B. DOM and StAX are bi-directional. |
Option C | C. StAX is a push API, whereas SAX is pull. |
Option D | D. SAX is a push API, whereas StAX is pull. |
Option E | E. SAX and StAX are read-only. |
Option F | F. StAX and DOM can write XML documents. |
Correct Answer | B,D,F |
Question ID 4547 | Which two code fragments are valid for adding an attachment in SAAJ? (Choose two.) |
Option A | A. AttachmentPart attachment = |
Option B | B. Attachment attachment = |
Option C | C. URL url = new URL(http://eshop.com/products/tb.jpg); |
Option D | D. URL url = new URL(http://eshop.com/products/tb.jpg); DataHandler datahandler = new DataHandler(url); Attachment attachment = |
Option E | E. Attachment attachment = |
Correct Answer | A,C |