javaservletshttp-request-parametershttp-request-attribute

Difference between getAttribute() and getParameter()


What are the differences between the getAttribute() and the getParameter() methods in HttpServletRequest?


Solution