Coffee Crem: Chapter 11 Answers

  1. Where can <init-param> elements appear in the DD? (Choose all that apply.)

    (Servlet spec pg 107)

    A.

    As child elements of <servlet>.

    B.

    As direct descendants of <web-application> elements.

    C.

    Just after the Document Type Declaration.

    D.

    Inside of <context-param> elements when you want to declare a context initialization parameter.

    Note

    -Option B is incorrect because web.xml does not contain an element named <web-application>.

    -Option D is incorrect because <context-param> elements do not contain <init-param>.

  2. Where do you store Tag Library Descriptors (TLDs), in a web application? (Choose all that apply.)

    (JSP spec pg 196)

    A.

    Only in /WEB-INF/lib.

    B.

    Only in /WEB-INF/classes.

    C.

    In the /META-INF directory of a JAR file inside /WEB-INF/lib

    D.

    At the application’s top-level directory. ...

Get Head First Servlets and JSP, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.