Originally posted by siva prasad java:
get parameter is used to get the value for one jsp page to other.
This isn't entirely accurate either.
The request.getParameter method is used to retrieve form and query string parameters. In other words, parameters are used to pass values from the
browser to the server.
By using hidden input fields, you
can use parameters to pass values from one JSP or servlet to another but the primary purpose is to gather user input from the client.