READ Free Dumps For Oracle- 1z0-897
Question ID 4534 | A team of developers is designing RESTful Web services for a new application. What are three properties of the services? (Choose three.) |
Option A | A. They can be stateful. |
Option B | B. They can be stateless. |
Option C | C. Components communicate by exchanging representations of the resource. |
Option D | D. Components communicate by directly performing operations on the resource. |
Option E | E. They require WSDL service API definitions. |
Option F | F. Responses can be labeled as cacheable or non-cacheable. |
Correct Answer | B,C,F |
Question ID 4535 | Given the class: |
Option A | A. @Produces("application/json"); |
Option B | B. @Consumes("application/json"); |
Option C | C. No annotation is needed, since JAX-RS supports marshalling and unmarshalling of JSON records. |
Option D | D. No annotation is possible, since JAX-RS does not support marshalling and unmarshalling of JSON records. |
Correct Answer | A |