3. JavaServer Page Architecture Quiz

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

  1. JavaServer Pages are processed by software on the ?
    Server
    Client

     

  2. JavaServer Pages are processed by ?
    IIS
    Web Server
    JSP Container
    The asp.dll component

     

  3. When a JSP is executed, of the following, what is most likely to be sent to the client ?
    The source JSP file
    HTML
    The source Servlet file
    The compiled Servlet file

     

  4. Which of the following defines the Java code within a JSP ?
    Between <% and %>
    Between <!-- and -->
    Between <SCRIPT> and </SCRIPT>
    Between <JAVA> and </JAVA>

     

Syntax

OK now that we are up and running lets take a look at the syntax of JavaServer Pages

Back Next