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
-
FormTest()
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
FormTest
public FormTest()
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