dimanche 8 mars 2015

is there a way to start a for loop again if your condition != null in java

As the title.. is this possible? For example:



for(blah blah blah){
code omitted
}
if(variable != null){
go back to start of for;
}

Aucun commentaire:

Enregistrer un commentaire