CIW 1D0-532 Actual Free Exam Questions & Community Discussion
Consider an EJB named Employee and its home interface named EmployeeHome. The findByDepartment method of the EmployeeHome interface is most likely to have a return value of which of the following types?
Correct Answer: C
Vote an answer
Consider the following HTML:
<HTML lang="en">
<HEAD>
<TITLE>My Title</TITLE>
</HEAD>
<BODY>
<P lang="es">
Alpha
</P>
Beta
<P lang="de">Gamma</P>
<P lang="it">
<H1> Delta </H1>
</P>
</BODY>
</HTML>
The HTML above displays four words: Alpha, Beta, Gamma and Delta. Which of these words would be interpreted by a Web browser as being written in English?
<HTML lang="en">
<HEAD>
<TITLE>My Title</TITLE>
</HEAD>
<BODY>
<P lang="es">
Alpha
</P>
Beta
<P lang="de">Gamma</P>
<P lang="it">
<H1> Delta </H1>
</P>
</BODY>
</HTML>
The HTML above displays four words: Alpha, Beta, Gamma and Delta. Which of these words would be interpreted by a Web browser as being written in English?
Correct Answer: C
Vote an answer
What is the result of using a getProperty action tag such as <jsp:getProperty name="employee" property="lastname" /> in a JSP?
Correct Answer: B
Vote an answer
Valid reasons to use a Schema rather than a DTD when defining an XML document include all of the following EXCEPT which?
Correct Answer: D
Vote an answer
A client browser has cookies turned off and is interacting with a servlet that is using HTTP sessions for client state management. According to J2EE Patterns best practices, which technique or technology should be used by the servlet programmer in order to maintain this client's state?
Correct Answer: G
Vote an answer
Which of the following methods should be used by a client to obtain a JNDI initial context and create the most portable code?
Correct Answer: A
Vote an answer
Which attribute is used to indicate that a header entry has to be processed by a recipient?
Correct Answer: D
Vote an answer
0
0
0
10
