Understanding GET and POST
GET : is used to get resource from the server:

Observation :

URL after submitting form :
POST : is user to create resource on the server:

Observation :


HttpServlet is a java specification :
Download Apache tomcat Doc : ( from source code distribution)

Extract it

Attach source : (Option will come when you try to open HttpServlet class )

Check all the methods of HttpServlet provided by Tomcat:

Last updated
Was this helpful?