|
| |
"Mycgiserver"
Vol. 6, Issue 9, p. 42
Listing 1 TestServlet.java
package fictionusername;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class TestServlet extends httpServlet {
public void doGet(httpServletRequest req, HttpServletResponse res)
throws IOException, ServletException {
// body of code continues...
}
}
|
|
All Rights Reserved
Copyright © 2004 SYS-CON Media, Inc.
E-mail: info@sys-con.com
Java and Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. SYS-CON Publications, Inc. is independent of Sun Microsystems, Inc.
|