"); writer.println(""); writer.println(" | "); writer.println("");
writer.println("Sample Application Servlet"); writer.println("This is the output of a servlet that is part of"); writer.println("the Hello, World application. It displays the"); writer.println("request headers from the request we are currently"); writer.println("processing."); writer.println(" | ");
writer.println("
" + name + ": | "); writer.println("" + request.getHeader(name) + " | "); writer.println("
---|