READ Free Dumps For Oracle- 1z0-897
Question ID 4460 | An engineer is creating a WSDL 1.1 document, and is having difficulty with the wsdl:messages section. |
Option A | A. Both type and element attributes can be used on the same wsdl:part. |
Option B | B. Both type and element attributes can be used on the same wsdl:binding. |
Option C | C. The type and element attributes cannot be used on the same wsdl:part. |
Option D | D. The type and element attributes cannot be used on the same wsdl:binding. |
Option E | E. Document-style messaging allows the type attribute. |
Option F | F. Document-style messaging allows the element attribute. |
Correct Answer | C,F |
Question ID 4461 | Given the class: |
Option A | A. Any HTTP GET or POST request with the URL "/resource" would result in a call to getName(). |
Option B | B. Any HTTP GET or POST request with URLs that begin with "/resource" would result in a call to getName(). |
Option C | C. A runtime error would result, since a method cannot be responsible for both GET and POST requests. |
Option D | D. A compile error would result, since a method cannot be responsible for both GET and POST requests. |
Correct Answer | A |