does anyone know how can i handle checkbox values using jsp and pass them to the database. String[] Job_type = request.getParameterValues("Job_type"); How do i handle that. Thanks.