CIW Web DevelopER(JCERT) - 1D0-532 FREE EXAM DUMPS QUESTIONS & ANSWERS
From the perspective of an EJB client, what types of EJBs will always be unique for every create() call?
Correct Answer: B,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
What value should be assigned to the dir parameter if a block of text within an HTML document is to be displayed from right to left?
Correct Answer: A
Vote an answer
Which of the following would be most appropriate to output the current date to a browser from a JSP?
Correct Answer: D
Vote an answer
Using the following JavaScript function, what would be the best INPUT line to invoke this method on a form field?
function checkValue(enteredValue) {
var retVal = false
if (enteredValue.value < 0)
alert("Must be a whole number")
else if (enteredValue.value > 1000)
alert("Value must be >0 and less than 1000")
else
retVal = true
return retVal
}
function checkValue(enteredValue) {
var retVal = false
if (enteredValue.value < 0)
alert("Must be a whole number")
else if (enteredValue.value > 1000)
alert("Value must be >0 and less than 1000")
else
retVal = true
return retVal
}
Correct Answer: D
Vote an answer
In J2EE 1.3, which two of the following would result in a java.lang.IllegalStateException if called on an already invalidated session?
Correct Answer: A,B
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: B
Vote an answer