Request.getParameterNames() is used to get all the paraname and
request.getparametervalues(paraname) is used to get the value of the given
parameters.
I want to know is how can i add all the values from the "Servlet" into
database,like running a sql query which add all the values into the
database.(ex:getting values from the html form and putting it into the database)
I hv done the stuff related to database connection but need to know how to add
multiple values.