Class FormTest

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----FormTest

public class FormTest
extends HttpServlet
This is my Mobile Phone Questinare HTML style FormTest for client. When the Client choose their values, Servlets allows an HTML FormTest Choosen values to connect survey.txt file. The servlets output the survey and summary of the users choosen (survey) results.

Author:
P . Sooriyakumar

Constructor Index

 o FormTest()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)

Constructors

 o FormTest
 public FormTest()

Methods

 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws ServletException, IOException
Parameters:
dopost; - capture user input write it in the txt file and give the output
Returns:
void //No values
Overrides:
doPost in class HttpServlet
Hosted by www.Geocities.ws

1