Q: Breaking out of nested loops in Java
D: Now how can I break out of both loops. I've looked at similar questions, but none concerns Java specifically. I couldn't apply these solutions because most used gotos.
I don't want to put the inner loop in a different method.
Update: I don't want to rerun the loops, when breaking I'm finished with the execution of the loop block