Which statement is true about the code?

Given:
10. binding.setValidateURI(false);
11. binding.setAccessURI("http://www.sun.com:8080/rt/");
This JAXR client interacts with a UDDI registry using binding as the JAXR ServiceBinding object. Which statement is true about the code?
A. It is incorrect because setValidateURI cannot accept False as a parameter.
B. It allows the JAXR client to publish an incorrect URL for a service without an error.
C. It is incorrect because the setAccessURI cannot accept a URI with a port number.
D. It allows the JAXR client to redirect requests to an error page in case of an exception.
E. It is supported as written in the basic Java SE 6 API, but not in the Java EE 5 API.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.