/**
* Title: Test
* Description: Case Study
* Copyright: Copyright (c) 2001
* Company:
* @author tony chen
* @version 1.0
*/
public class test extends HttpServlet {
private static final String CONTENT_TYPE = "text/html";
/**Initialize global variables*/
public void init(ServletConfig config) throws ServletException {
super.init(config);
}
/**Process the HTTP Get request*/
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
try{