samedi 26 décembre 2015

Taking the values inside a if condition to an int array - java

if (f.getFieldName().equals("checkboxVal")) {
  Genres = f.getString();
}

This if condition will executes several times, there is no exact number.I want to assign each Genres values to an int array.How can this be done.

Aucun commentaire:

Enregistrer un commentaire