I want to pass multiple values from one servlet to another one servlet. Please tell me how to pass that?
You can store the array in the user session in servlet 1 and read it from servlet 2 getting it from the user session. Make sure you delete the array from session in servlet 2.