I want to pass multiple values from one servlet to another one servlet. Please tell me how to pass that?
You can
request.setAttribute()
RequestDispatcher.forward()
request.getAttribute()