Difference between request.getParameter() and request.getAttribute()

The difference between getAttribute() and getParameter() is that getParameter() will return the value of a parameter that was submitted by an HTML form or that was included in a query string. getAttribute() returns an object that you have set in Continue reading Difference between request.getParameter() and request.getAttribute()