How to convert Vector with string to String array in java?
here is the simple example
Vector v = new Vector(); String [] s = v.toArray(new String[v.size()]);