Answers Back to schedule page
Prev  Next
Quiz Number 9

SWE 432, Fall 2008
November 3
 

  1. What servlet method does the servlet container call when a request is made to the servlet?

  2. If the following Java statement appears in a servlet, who will own the file when it is created?
    FileWriter outfile = new FileWriter ("/home/offutt/Data/info-file");

  3. Which of the following issues should we check for during deployment testing? Answer with either a T=true, F=false):
    1.      We should test it just as real users would access it.
    2.      Correctness of the algorithms.
    3.      File names and path names.
    4.      Upper case dependencises.
    5.      Whether the correct variable names are used or not.
    6.      Versions of compiler and runtime systems.