Exercise 4: Servlet that reads in Form Data
due
- Create a Servlet that extends HttpServlet.
- Create an HTML form that contains at least 3 form elements including one radio button who's action statement invokes the Servlet
- It should read all of the form data sent in the HTTP request to the Servlet and print them out in a table in a new HTML page that the Servlet generates.
Post your work to your server account and test, then SHOW your work to your instructor for recording towards grade.