JavaServer Page Syntax Quiz

Answer the following questions and click Test when finished to see how well you did.

  1. Methods can only be written in a declaration JSP tag
    True
    False

     

  2. The page import directive is used to
    Reference another JSP
    Include the text of another JSP
    Include the output of another JSP
    Reference a package that will be used by the JSP

     

Next Implicit Objects

JSP Implicit Objects allow you to have greater control over the state of your web application

Back Next