StringTokenizer st = new StringTokenizer(stringa, ";");
while (st.hasMoreTokens()) {
token = st.nextToken();
}