CIW Web DevelopER(JCERT) - 1D0-532 Exam Practice Test
What interface must an object implement in order to ensure that it is notified if the object bound in a session is to be moved from one VM to another in a clustered environment?
Correct Answer: C
Vote an answer
Which HTTP header type contains the Cache-Control field?
Correct Answer: D
Vote an answer
EJB clients must supply which two of the following pieces of information in order to use JNDI services?
Correct Answer: A,B
Vote an answer
Which method would be used to call a registered servlet with the following attributes?
Site = www.jcert.org
Web application name = testApp
Servlet URI = TestServlet
Site = www.jcert.org
Web application name = testApp
Servlet URI = TestServlet
Correct Answer: A
Vote an answer
Which would be the best exception to catch to ensure that all objects placed into a session in a clustered environment using Database-based session persistence properly implement Serializable where supported?
Correct Answer: D
Vote an answer
Which two of the following scenarios are better modeled in the JMS point-to-point domain than in the JMS publish-subscribe domain?
Correct Answer: C,D
Vote an answer
Which of the following would be most appropriate to output the current date to a browser from a JSP?
Correct Answer: C
Vote an answer
When a context throws a NamingException, which of the following methods can be used to determine which portion of the JNDI name is valid?
Correct Answer: A
Vote an answer
Refer to the exhibit to answer the question.
Consider the Products relation defined in the exhibit. Which of the following Java code segments creates a prepared statement that could be used to produce a result set containing all of the products that cost more than $2.00 and are priced less than $20 assuming con references a valid and open Connection object?

Consider the Products relation defined in the exhibit. Which of the following Java code segments creates a prepared statement that could be used to produce a result set containing all of the products that cost more than $2.00 and are priced less than $20 assuming con references a valid and open Connection object?

Correct Answer: A
Vote an answer
The APIs used with JAXM applications are defined in which packages?
Correct Answer: A,B
Vote an answer