Hi,
Now, I do understand the difference b/w form's GET and POST methods, but when it comes to servlets, I've seen doPost() just calls the doGet() (the book is Marty Hall's Core Servlets and
JSP). If that is the case, why have 2 diff. methods ? I mean shouldn't they have different purposes?