READ Free Dumps For Oracle- 1z0-897
Question ID 4548 | 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.) |
Option A | A. DOM |
Option B | B. StAX |
Option C | C. JAXM |
Option D | D. SAAJ |
Correct Answer | A,B |
Question ID 4549 | Which two statements are true about creating a Web service with JAX-WS? (Choose two.) |
Option A | A. Stateless Web services must be created with HTTP servlet endpoints. |
Option B | B. Creating the portable artifacts by hand is slow, but makes a service easier to maintain. |
Option C | C. All Java-based endpoints share a common packaging model. |
Option D | D. EJBs can serve as endpoints if hosted in a container with runtime and service support. |
Option E | E. JAX-WS supports creating services from source and compiled code without a WSDL. |
Correct Answer | D,E |