Java J2EE Spring Chapter 9: Triggering HttpServlet GET, POST, and HEAD Methods

In the previous chapter, we saw how the GET and POST methods are different how to handle them. In this chapter, we are going to see how we can explicitly trigger these methods.

So, lets get started!!!

GET and POST Methods

As you might already know, these are the 3 important ways a request could get submitted to a servlet. Now, we are going to identify the triggers that might cause a browser