Prentice Hall and Sun Microsystems. Personal use only; do not redistribute.
426
Chapter 16 Using HTML Forms
Listing 16.9 EchoServer.java (continued)
"Here is the request line and request headers\n" +
"sent by your browser:\n" +
"");
}
// Print bottom of a standard Web page.
private void printTrailer(PrintWriter out) {
out.println
("\n" +
"
\n" +
"