servlet have can have a method of the type doPost(ServletRequest req ,ServletResponse res) throws Exception
and doGet(ServletRequest req ,ServletResponse res)throws Exception
these methods can receive the information from the html form ,process the inf and send back the processed information to the client in html format
|