I just took the SCWCD mock exam on JavaRanch and got the following question:
I answered that a listener would be created as specified by the com.javaranch.LogListener class. The mock exam results said the correct answer is that the webapp will not be loaded due to a parse exception of the DD because the ordering of the DD is listener then
servlet. This contradicts the examples from the Head First Servlets &
JSP book which shows the listeners being defined after the servlet definitions. Also, I've created listeners that are defined after the servlets in web.xml and everything works in
Tomcat 5.0.28. Which way is correct and which way does the real
test expect me to answer?
Thanks,
Chad