CIW Web DevelopER(JCERT) - 1D0-532 Exam Practice Test
In the J2EE 1.3, what two techniques should be used to release an attribute called Cart stored in an HttpSession?
Correct Answer: A,D
A SOAP file cannot include which of the following?
Correct Answer: A,D
Which two of the following should be avoided in order for a servlet that does not implement the SingleThreadModel to be thread safe?
Correct Answer: A,D
Which three accurately describe XHTML?
Correct Answer: A,C,D
Which three of the following would be individually registered in a WAR file deployment descriptor?
Correct Answer: A,B,D
Which of the following JNDI methods is used by a client to obtain a reference to an EJB home interface?
Correct Answer: A
Consider the following traditional JSP tag:
<%@ page import="java.sql.*" %>
Which of the following represent the complete and correct XML-based JSP tags to accomplish the same task as the traditional JSP tag above?
<%@ page import="java.sql.*" %>
Which of the following represent the complete and correct XML-based JSP tags to accomplish the same task as the traditional JSP tag above?
Correct Answer: A,B
In a JSP, useBean action tags do which three of the following?
Correct Answer: A,C,D