Back to schedule page
Prev Next
Quiz Number 12

SWE 432, Fall 2011
December 1
 

Print your name on the right side of the page, above the line. Then answer the questions as concisely as you can. Please write neatly; if I can't read it I have to mark it wrong.

  1. (4 pts.) Choose the correct scope from [ Page | Request | Session | Application ] to complete each of the following statements.

    1. Data objects are shared with other requests from the same client and browser in a time period with scope                          .

    2. Data objects are shared with software components that the recieving JSP uses or calls before sending back a response with scope                          .

    3. Data objects are shared within all sessions in the servlet context with scope                          .

    4. Data objects are shared within the same web page with scope                          .
  2. (3 pts.) Under what two conditions will a JSP that you write share a Java bean object with a JSP one of your classmates wrote?
  3. (3 pts.) How do the page-centric and dispatcher designs differ?


© Jeff Offutt, 2001-2011, all rights reserved. This document is made available for use by GMU students of SWE 432. Copying, distribution or other use of this document without express permission of the author is forbidden. You may create links to pages in this web site, but may not copy all or part of the text without permission of the author.