I have to use the public static String vetor[] = new String [15];
vector in the class ... however this class is used in a servlet. And the size I need the vector is what the user chooses ... how can I pass the parameter that defines the vector size. I know that this 15 is only representative ... I need a variable, but how to declare a vector of the class using a variable that comes from the servlet?