I am testing to throw out a value in the array, like myarray={"9","0","8"} change to array={"9","8"}
Code:
String location[] = request.getParameterValues("select");
java.util.Stack stack = new java.util.Stack();
int...