java hosting


JavaRanch's SCWCD Mock Exam

This mock exam is provided to aid people in the preparation for the SCWCD Exam. While the questions are hopefully of similar content, every effort has been made to ensure no question from the real exam is contained herein.

Question Bank ID : 52     Choose the 1 correct answer
<web-app>
    <servlet>
       .....
    </servlet>
    <listener>
      <listener-class>com.javaranch.LogListener</listener-class>
    </listener>
</web-app>

The above entry in the Deployment Descriptor(DD) will result in which of the following?
Log all session information as they occur.
Provide a Log Servlet for the entire application.
Create a listener as defined by the com.javaranch.LogListener class.
The webapp will not be loaded due to a parse exception of the DD.

Return to Start

JSP pages and Beans developed by Carl Trusiak
Questions developed and maintained by :
Tony Alicea
Frank Carver
Peter den Haan
Carl Trusiak
Christophe Verré
Paul Wheaton
Ken Zrobok